remove package restore hack and don't allow package fallback folders (#7430)

This commit is contained in:
Brett V. Forsgren 2019-08-20 19:27:23 -07:00 коммит произвёл GitHub
Родитель 2e78ab7fe1
Коммит a18d185216
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 20 удалений

Просмотреть файл

@ -32,4 +32,7 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
</configuration>

Просмотреть файл

@ -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: