From 9926ed8303bb33b492f570ca84366a381ae1d57e Mon Sep 17 00:00:00 2001 From: NextTurn <45985406+NextTurn@users.noreply.github.com> Date: Mon, 26 Nov 2018 00:00:00 +0800 Subject: [PATCH 1/2] Revert "#549 - Apply the .NET Core Restore workaround" This reverts commit 58d45e32eb8f79898731a285477901b55659fdde. --- eng/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eng/build.yml b/eng/build.yml index 9cd8060..580ca33 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -28,12 +28,6 @@ jobs: Release: BuildConfiguration: Release steps: - - task: DotNetCoreCLI@2 - inputs: - command: 'restore' - projects: '**/*.csproj' - includeNuGetOrg: true - displayName: 'Restoring code using dotnet restore' - script: | dotnet build -c $(BuildConfiguration) src\winsw.sln -p:Version=$(BuildVersion) dotnet publish -c $(BuildConfiguration) -f netcoreapp3.1 src\Core\ServiceWrapper\winsw.csproj -p:Version=$(BuildVersion) From 6a7b83fb6af2559443cbdbb1d6cb51176e756c5c Mon Sep 17 00:00:00 2001 From: NextTurn <45985406+NextTurn@users.noreply.github.com> Date: Mon, 26 Nov 2018 00:00:00 +0800 Subject: [PATCH 2/2] Add NuGet.config --- src/NuGet.config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/NuGet.config diff --git a/src/NuGet.config b/src/NuGet.config new file mode 100644 index 0000000..765346e --- /dev/null +++ b/src/NuGet.config @@ -0,0 +1,7 @@ + + + + + + +