Attempt to work around the zip download issue in Azure DevOps Windows CI (#9911)

This commit is contained in:
Dongbo Wang 2019-06-17 09:05:38 -07:00 committed by Aditya Patwardhan
parent 981c990d74
commit 66c628f1b0

View file

@ -34,6 +34,7 @@ variables:
POWERSHELL_TELEMETRY_OPTOUT: 1
# Avoid expensive initialization of dotnet cli, see: https://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
SYSTEM.DisableZipDownload: true
resources:
- repo: self