diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 12653c1..72cb583 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,10 +29,8 @@ jobs: - name: Setup nuget uses: nuget/setup-nuget@v1 - - name: Setup nuget Repo - run: | - New-Item -Path $env:APPDATA\NuGet\NuGet.Config -ItemType File - dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config + #- 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