We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc71aa commit 774c247Copy full SHA for 774c247
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Test
29
run: dotnet test --no-build --verbosity normal
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
+ 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
33
uses: azure/login@v1
34
with:
0 commit comments