We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unsafe
1 parent 9ee35f7 commit 76f6d87Copy full SHA for 76f6d87
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
working-directory: sources
26
run: |
27
msbuild /t:Restore
28
- msbuild -property:Configuration=Debug
+ msbuild -property:Configuration=Debug -unsafe
29
Write-Output "commit=$("${{ github.sha }}".Substring(0,7))"| Out-File -FilePath $Env:GITHUB_ENV -Encoding UTF8 -Append
30
31
- name: Upload
0 commit comments