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 8b94b19 commit 9348364Copy full SHA for 9348364
.github/workflows/Release.yml
@@ -12,6 +12,8 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v1
15
+ - uses: nuget/setup-nuget@v1
16
+ - run: nuget restore $Env:GITHUB_WORKSPACE\Examples\ConsoleWindowsLinuxMac\ConsoleWindowsLinuxMac_VS2019.sln
17
- name: Build Windows Desktop
18
run: |
19
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
0 commit comments