diff --git a/.github/workflows/netdebug.yml b/.github/workflows/netdebug.yml index da11da9..01cf977 100644 --- a/.github/workflows/netdebug.yml +++ b/.github/workflows/netdebug.yml @@ -63,7 +63,7 @@ jobs: run: nuget restore ChaosVDotNet.sln - name: Build - run: msbuild ChaosVDotNet.sln /t:Rebuild -property:Configuration=Debug -p:Platform=x64 -p:VisualStudioVersion=15.0 + run: msbuild ChaosVDotNet.sln /t:Rebuild -property:Configuration=Debug -p:Platform=x64 -p:VisualStudioVersion=15.0 -p:AllowUnsafeBlocks=true - name: Test run: dotnet test --no-build --verbosity normal \ No newline at end of file diff --git a/.github/workflows/netrelease.yml b/.github/workflows/netrelease.yml index fe53322..58b8093 100644 --- a/.github/workflows/netrelease.yml +++ b/.github/workflows/netrelease.yml @@ -63,7 +63,7 @@ jobs: run: nuget restore ChaosVDotNet.sln - name: Build - run: msbuild ChaosVDotNet.sln /t:Rebuild -property:Configuration=Release -p:Platform=x64 -p:VisualStudioVersion=15.0 + run: msbuild ChaosVDotNet.sln /t:Rebuild -property:Configuration=Release -p:Platform=x64 -p:VisualStudioVersion=15.0 -p:AllowUnsafeBlocks=true - name: Test run: dotnet test --no-build --verbosity normal \ No newline at end of file