From f3358f3da2d6d8d41a09edd33316cc30913d1471 Mon Sep 17 00:00:00 2001 From: Bruce Wayne Date: Sat, 10 Oct 2020 21:11:32 +0800 Subject: [PATCH] Drop Nuget cache --- .github/workflows/build.yml | 14 -------------- BUILD.ps1 | 1 - 2 files changed, 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcb5c315..fec1a407 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,6 @@ jobs: name: Build runs-on: windows-latest steps: - - name: Setup NuGet - uses: nuget/setup-nuget@v1.0.2 - - name: Setup MSBuild uses: microsoft/setup-msbuild@v1.0.2 @@ -16,17 +13,6 @@ jobs: with: submodules: true - - name: Restore NuGet Packages Cache - uses: actions/cache@v2 - with: - path: ~/.nuget/packages - key: ${{ runner.os }}-nuget-${{ hashFiles('Netch/Netch.csproj') }} - restore-keys: | - ${{ runner.os }}-nuget- - - - name: Restore NuGet Package - run: nuget restore Netch.sln - - name: Build Solution shell: pwsh run: | diff --git a/BUILD.ps1 b/BUILD.ps1 index 5b9db8db..5ee7ecb3 100644 --- a/BUILD.ps1 +++ b/BUILD.ps1 @@ -3,7 +3,6 @@ param([string]$buildtfm = 'all') Write-Host 'DotNet SDK Version' dotnet --version -$exe = 'Netch.exe' $mainDir = (Get-Item -Path ".\").FullName $net_baseoutput = "$mainDir\Netch\bin\$configuration"