Skip to content

Commit 5d198af

Browse files
committed
do not build xUnit project
1 parent 04c2152 commit 5d198af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_az-appservice-dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
include-prerelease: true
2424

2525
- name: Build with dotnet
26-
run: dotnet build --configuration Release
26+
run: dotnet build --configuration Release az-appservice-dotnet
2727

2828
- name: dotnet publish
2929
run: |
30-
dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
30+
dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp az-appservice-dotnet
3131
ls -la ${{env.DOTNET_ROOT}}/myapp
3232
3333
- name: Upload artifact for deployment job

0 commit comments

Comments
 (0)