From 4c299058107958b150d49822e9b25e547b11eac6 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Sat, 26 Dec 2020 15:51:00 -0800 Subject: [PATCH] CI Update --- .github/workflows/build.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c37d5d..c358994 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,15 +15,11 @@ jobs: repository: 'redscientistlabs/RTCV' ref: '506' path: 'RTCV' - - name: Setup Nuget - uses: nuget/setup-nuget@v1.0.2 - with: - nuget-version: 'latest' + - name: Setup MSBuild.exe + uses: microsoft/setup-msbuild@v1.0.2 - name: Restore Nuget packages in RTCV - run: nuget restore '.\RTCV\' + run: msbuild /t:restore '.\RTCV\RTCV.sln' - name: Restore Nuget packages in CemuStub - run: nuget restore '.\CemuStub-Vanguard\' - - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v1.0.0 + run: msbuild /t:restore '.\CemuStub-Vanguard\' - name: Build with MSBuild run: msbuild '.\CemuStub-Vanguard\'