include staging feed for universe build

This commit is contained in:
Tim Hess 2019-02-22 13:32:43 -06:00
Родитель 12075e65c1
Коммит 223079b780
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -57,6 +57,7 @@ $TotalTime.Start()
# setup a local folder NuGet feed for use during the build
mkdir artifacts -Force
nuget sources add -Name artifacts -Source "$(Get-Location)\artifacts"
nuget sources add -Name SteeltoeStaging -Source https://www.myget.org/F/steeltoestaging/api/v3/index.json
# ensure the workspace is clean
Remove-Item workspace -Force -Recurse -ErrorAction SilentlyContinue