We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8410a07 commit 34dd108Copy full SHA for 34dd108
.github/workflows/dotnet-core-desktop.yml
@@ -52,6 +52,7 @@ jobs:
52
- name: Build
53
run: msbuild build.proj /p:PackageOutputDir="${{ env.GITHUB_WORKSPACE }}/nuget-output" /p:Configuration=${{ matrix.configuration }}
54
env:
55
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
56
Configuration: ${{ matrix.configuration }}
57
58
- name: Upload build artifacts
0 commit comments