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 8c22bcb commit 5c73482Copy full SHA for 5c73482
.github/workflows/build.yml
@@ -249,7 +249,7 @@ jobs:
249
250
- name: Run MSBuild
251
id: msbuild
252
- run: msbuild Sentry-CI-Build-Windows.slnf -p:Configuration=Release --nologo -v:minimal -flp:logfile=msbuild.log -p:CopyLocalLockFileAssemblies=true -bl:msbuild.binlog
+ run: msbuild Sentry-CI-Build-Windows.slnf -t:Restore,Build -p:Configuration=Release --nologo -v:minimal -flp:logfile=msbuild.log -p:CopyLocalLockFileAssemblies=true -bl:msbuild.binlog
253
254
- name: Upload MSBuild logs
255
if: ${{ steps.msbuild.outcome != 'skipped' }}
0 commit comments