Skip to content

Commit b4bae93

Browse files
committed
Add AllowUnsafeBlocks
1 parent 76f6d87 commit b4bae93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
working-directory: sources
2626
run: |
2727
msbuild /t:Restore
28-
msbuild -property:Configuration=Debug -unsafe
28+
msbuild -property:Configuration=Debug
2929
Write-Output "commit=$("${{ github.sha }}".Substring(0,7))"| Out-File -FilePath $Env:GITHUB_ENV -Encoding UTF8 -Append
3030
3131
- name: Upload

sources/gff.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AssemblyName>gff</AssemblyName>
77
<ApplicationIcon>..\icons\icon.ico</ApplicationIcon>
88
<LangVersion>latest</LangVersion>
9+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)