Skip to content

Commit

Permalink
Update azure-appservice-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Sep 27, 2023
1 parent cede0f3 commit fa69e0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/azure-appservice-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Build with dotnet
working-directory: ./src
run: dotnet build --configuration Release
run: |
echo ${{ github.head_ref }}.${{ github.sha }}
dotnet build --configuration Release
- name: dotnet publish
working-directory: ./src
Expand Down

0 comments on commit fa69e0a

Please sign in to comment.