Skip to content

Commit 366925a

Browse files
authored
Update azure-webapps-dotnet-core.yml
1 parent 6ea5935 commit 366925a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-webapps-dotnet-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
uses: actions/configure-pages@v5
6868

6969
- name: Build with dotnet
70-
run: dotnet build --configuration Release
70+
run: dotnet build --configuration Release src/RegexTesterBlazorClientSide/RegexTesterBlazorClientSide.csproj
7171

7272
- name: dotnet publish
73-
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/publish
73+
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/publish src/RegexTesterBlazorClientSide/RegexTesterBlazorClientSide.csproj
7474

7575
- name: Upload artifact for deployment job
7676
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)