Skip to content

Commit

Permalink
Update deploy-azure-appservice.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolonsky authored Feb 4, 2022
1 parent d396c15 commit 687cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-azure-appservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet test --no-restore --verbosity normal
- name: dotnet publish
run: |
dotnet publish -c Release -o dotnetcorewebapp
dotnet publish -c Release -o dotnetcorewebapp /p:Version=${{ github.event.release.tag_name }}
- name: 'Deploy to Azure WebApp'
uses: azure/webapps-deploy@v2
with:
Expand Down

0 comments on commit 687cbc3

Please sign in to comment.