Skip to content

Commit

Permalink
disable the re-use of MSBuild nodes, see https://stackoverflow.com/a/…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaa committed May 9, 2024
1 parent cad1aef commit cfef85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Copy TeeChart license file
run: copy ${{ steps.teechart-license.outputs.file }} "source\My Project\TeeChart.licenses"
- name: Build Wave
run: msbuild source\Wave.vbproj -restore -property:Platform=x64 -property:Configuration=Release
run: msbuild source\Wave.vbproj -restore -property:Platform=x64 -property:Configuration=Release /nr:false
- name: Create zip archive
run: Compress-Archive -Path source\bin\x64\Release\* -DestinationPath BlueM.Wave_${{ steps.version.outputs.full }}_x64.zip
- name: Setup VS Dev Environment
Expand All @@ -52,7 +52,7 @@ jobs:
}
Invoke-DisableOutOfProcBuild
- name: Build installer
run: devenv.com setup\Wave.Setup.vdproj /rebuild "Release|x64"
run: devenv.com setup\Wave.Setup.vdproj /build "Release|x64"
- name: Copy and rename installer file
run: copy setup\release\BlueM.Wave_x64.msi BlueM.Wave_${{ steps.version.outputs.full }}_x64_setup.msi
shell: cmd
Expand Down

0 comments on commit cfef85f

Please sign in to comment.