We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf5909 commit 4481f19Copy full SHA for 4481f19
.github/workflows/build.yml
@@ -99,7 +99,10 @@ jobs:
99
working-directory: ${{env.GITHUB_WORKSPACE}}
100
# Add additional options to the MSBuild command line here (like platform or verbosity level).
101
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
102
- run: msbuild /m /p:BuildInParallel=true /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
+ run: |
103
+ msbuild /m /p:BuildInParallel=true /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
104
+ cd scripts
105
+ powershell ./pack-zip.ps1
106
107
# upload msi and zip artifacts so the publish job below can download and then update latest release via Linux
108
- uses: actions/upload-artifact@v3
0 commit comments