From b80a9f67cd20dbd07e1234e5a34fe3961ca77b8c Mon Sep 17 00:00:00 2001 From: Laeng Date: Sat, 10 Apr 2021 21:43:53 +0900 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8182897..c34f6d7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,10 @@ jobs: - name: Setup nuget uses: nuget/setup-nuget@v1 - + + - name: Setup nuget Repo + run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config + - name: Build app run: msbuild SCTools\SCTools.sln /t:restore /t:SCTool_Redesigned /p:Configuration=Release /p:Platform="Any CPU" /p:RestorePackagesConfig=true