Skip to content

Commit

Permalink
[Actions] Updated .github/actions/dotnet/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jul 17, 2024
1 parent 9ebf3b8 commit 1f24b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ runs:
- name: "Dotnet: Build (Non-Release)"
working-directory: ${{github.workspace}}/src
shell: bash
run: dotnet build --configuration Release "/p:Version=${{inputs.BUILD_VERSION}}" "/p:EnableSarif=True" "/p:IsProduction=${{inputs.PRODUCTION_BUILD}}" -nodeReuse:False -p:NoWarn=MSB4241 -p:SuppressNETCoreSdkPreviewMessage=true ${{env.DOTNET_RELEASE_DEFINES}}
run: dotnet build --configuration Release "-p:Version=${{inputs.BUILD_VERSION}}" "-p:EnableSarif=True" "-p:IsProduction=${{inputs.PRODUCTION_BUILD}}" -nodeReuse:False -p:NoWarn=MSB4241 -p:SuppressNETCoreSdkPreviewMessage=true ${{env.DOTNET_RELEASE_DEFINES}}
env:
ReleaseNotes: ${{inputs.RELEASE_NOTES}}
DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"
Expand Down

0 comments on commit 1f24b84

Please sign in to comment.