Skip to content

Commit 9348364

Browse files
Update Release.yml
1 parent 8b94b19 commit 9348364

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v1
15+
- uses: nuget/setup-nuget@v1
16+
- run: nuget restore $Env:GITHUB_WORKSPACE\Examples\ConsoleWindowsLinuxMac\ConsoleWindowsLinuxMac_VS2019.sln
1517
- name: Build Windows Desktop
1618
run: |
1719
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"

0 commit comments

Comments
 (0)