diff --git a/.github/workflows/cicd_publish.yml b/.github/workflows/cicd_publish.yml index d0f726c64..6ea1cb3cd 100644 --- a/.github/workflows/cicd_publish.yml +++ b/.github/workflows/cicd_publish.yml @@ -101,7 +101,7 @@ jobs: path: artifacts - name: .NET Publish - run: dotnet publish ${{ env.PROJECT }} -c ${{ env.BUILD_CONFIG }} -o publish -f net8.0 -r linux-x64 --sc -p:BuildNumber=$BUILD_NUMBER -p:SourceRevisionId=$GITHUB_SHA -p:ContinuousIntegrationBuild=true + run: dotnet publish ${{ env.PROJECT }} -c ${{ env.BUILD_CONFIG }} -o publish -f net8.0 -r linux-x64 --sc -p:BuildNumber=$BUILD_NUMBER -p:SourceRevisionId=$GITHUB_SHA -p:ContinuousIntegrationBuild=true -p:CopyDocumentationFilesFromPackages=true - name: Deploy demo site to new Azure Static Web App id: builddeploy