We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7607c32 commit f3e036cCopy full SHA for f3e036c
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Build solution
39
run: |
40
- msbuild usbip_win2.sln /p:Configuration=Release /p:Platform=x64 /m || $true
+ msbuild usbip_win2.sln /p:Configuration=Release /p:Platform=x64 /m || & { "ignore failure"; $global:LASTEXITCODE = 0 }
41
ls .
42
ls ./x64/
43
0 commit comments