Skip to content

Commit

Permalink
do not build xUnit project
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Nov 13, 2023
1 parent 04c2152 commit 5d198af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_az-appservice-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
include-prerelease: true

- name: Build with dotnet
run: dotnet build --configuration Release
run: dotnet build --configuration Release az-appservice-dotnet

- name: dotnet publish
run: |
dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp az-appservice-dotnet
ls -la ${{env.DOTNET_ROOT}}/myapp
- name: Upload artifact for deployment job
Expand Down

0 comments on commit 5d198af

Please sign in to comment.