Skip to content

Commit 5c73482

Browse files
committed
-t:Restore,Build
1 parent 8c22bcb commit 5c73482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249

250250
- name: Run MSBuild
251251
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
252+
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
253253

254254
- name: Upload MSBuild logs
255255
if: ${{ steps.msbuild.outcome != 'skipped' }}

0 commit comments

Comments
 (0)