Skip to content

Commit

Permalink
try GenerateRuntimeConfigurationFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
daveboster committed Nov 25, 2023
1 parent 7a36445 commit ed0be05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tasks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
id: build
shell: pwsh
run: |
dotnet build ${{ env.project-file }} --no-restore --configuration ${{ env.configuration }} /p:Version=${{ steps.build-info.outputs.version }} --output ${{ env.build-output }}/${{ env.project }}
dotnet build ${{ env.project-file }} --no-restore --configuration ${{ env.configuration }} -p:GenerateRuntimeConfigurationFiles=true -p:Version=${{ steps.build-info.outputs.version }} --output ${{ env.build-output }}/${{ env.project }}
[System.Reflection.Assembly]::LoadFrom("${{ env.build-output }}/${{ env.project }}/${{ env.project }}.dll").GetName().Version
echo "package_id=${{ env.project-package-id }}" >> $env:GITHUB_OUTPUT
echo "output=${{ env.build-output }}/${{ env.project }}" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit ed0be05

Please sign in to comment.