We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c683a07 commit eae43fbCopy full SHA for eae43fb
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build
27
run: dotnet build --no-restore --configuration ${{ env.BUILD_CONFIGURATION }}
28
- name: Test
29
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --no-build --verbosity normal --configuration ${{ env.BUILD_CONFIGURATION }}
30
- name: Publish
31
run: dotnet publish '${{ env.WEB_APP_NAME }}/${{ env.WEB_APP_NAME }}.csproj' --configuration ${{ env.BUILD_CONFIGURATION }} --no-restore --no-build --self-contained true /p:LinkDuringPublish=false
32
- name: Azure Login
0 commit comments