Skip to content

Commit 60583a7

Browse files
committed
Install nuget dependencies for Installer
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 97c1f46 commit 60583a7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
- name: Add MSBuild to PATH
1818
uses: microsoft/setup-msbuild@v2
1919

20+
- name: Setup NuGet
21+
uses: NuGet/setup-nuget@v2
22+
with:
23+
version: '6.x'
24+
25+
- name: Restore dependencies
26+
run: nuget restore FrameworkArgb\FrameworkArgb.sln
27+
2028
- name: Build solution
2129
run: |
2230
msbuild FrameworkArgb\FrameworkArgb.sln /property:Configuration=${{ env.Configuration }} /property:Platform=${{ env.Platform }}

0 commit comments

Comments
 (0)