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 34dd108 commit 6d4a15aCopy full SHA for 6d4a15a
.github/workflows/dotnet-core-desktop.yml
@@ -48,6 +48,8 @@ jobs:
48
49
- name: Setup MSBuild.exe
50
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16
51
+ env:
52
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
53
54
- name: Build
55
run: msbuild build.proj /p:PackageOutputDir="${{ env.GITHUB_WORKSPACE }}/nuget-output" /p:Configuration=${{ matrix.configuration }}
0 commit comments