Skip to content

Commit

Permalink
Revert "Update reusable-build.yml"
Browse files Browse the repository at this point in the history
This reverts commit d4b71d6.
  • Loading branch information
Yvand committed Aug 20, 2024
1 parent d4b71d6 commit b44218b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
# Build the application
- name: Build the application and create the solution package
run: msbuild "${{ env.project-name }}.sln" /p:Configuration=$env:Configuration /p:IsPackaging=true /p:platform="x64" /p:ContinuousIntegrationBuild=true
run: msbuild "${{ env.project-name }}.sln" /p:Configuration=$env:Configuration /p:IsPackaging=true /p:platform="Any CPU" /p:ContinuousIntegrationBuild=true
env:
Configuration: ${{ matrix.configuration }}

Expand Down

0 comments on commit b44218b

Please sign in to comment.