From a18d1852166ecc428e5373effa17bfd1b6924a31 Mon Sep 17 00:00:00 2001 From: "Brett V. Forsgren" Date: Tue, 20 Aug 2019 19:27:23 -0700 Subject: [PATCH] remove package restore hack and don't allow package fallback folders (#7430) --- NuGet.config | 3 +++ azure-pipelines.yml | 20 -------------------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/NuGet.config b/NuGet.config index df85afb048..1b0f596f07 100644 --- a/NuGet.config +++ b/NuGet.config @@ -32,4 +32,7 @@ + + + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2f51c16446..53288c73d3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -63,11 +63,6 @@ stages: steps: - checkout: self clean: true - - task: NuGetToolInstaller@0 - inputs: - versionSpec: 5.1.0 - - script: nuget.exe install FSharp.Core -Version 4.6.2 -Source https://api.nuget.org/v3/index.json - displayName: HACK - pre-restore FSharp.Core 4.6.2 - script: eng\CIBuild.cmd -configuration $(_BuildConfig) -prepareMachine @@ -174,11 +169,6 @@ stages: steps: - checkout: self clean: true - - task: NuGetToolInstaller@0 - inputs: - versionSpec: 5.1.0 - - script: nuget.exe install FSharp.Core -Version 4.6.2 -Source https://api.nuget.org/v3/index.json - displayName: HACK - pre-restore FSharp.Core 4.6.2 - script: eng\CIBuild.cmd -configuration $(_configuration) -$(_testKind) displayName: Build / Test - task: PublishTestResults@2 @@ -257,11 +247,6 @@ stages: steps: - checkout: self clean: true - - task: NuGetToolInstaller@0 - inputs: - versionSpec: 5.1.0 - - script: nuget.exe install FSharp.Core -Version 4.6.2 -Source https://api.nuget.org/v3/index.json - displayName: HACK - pre-restore FSharp.Core 4.6.2 - script: eng\CIBuild.cmd -configuration Release -noSign /p:DotNetBuildFromSource=true /p:FSharpSourceBuild=true displayName: Build @@ -272,11 +257,6 @@ stages: steps: - checkout: self clean: true - - task: NuGetToolInstaller@0 - inputs: - versionSpec: 5.1.0 - - script: nuget.exe install FSharp.Core -Version 4.6.2 -Source https://api.nuget.org/v3/index.json - displayName: HACK - pre-restore FSharp.Core 4.6.2 - task: PowerShell@2 displayName: Run up-to-date build check inputs: