We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea5935 commit 366925aCopy full SHA for 366925a
.github/workflows/azure-webapps-dotnet-core.yml
@@ -67,10 +67,10 @@ jobs:
67
uses: actions/configure-pages@v5
68
69
- name: Build with dotnet
70
- run: dotnet build --configuration Release
+ run: dotnet build --configuration Release src/RegexTesterBlazorClientSide/RegexTesterBlazorClientSide.csproj
71
72
- name: dotnet publish
73
- run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/publish
+ run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/publish src/RegexTesterBlazorClientSide/RegexTesterBlazorClientSide.csproj
74
75
- name: Upload artifact for deployment job
76
uses: actions/upload-artifact@v4
0 commit comments