Flow the ProdCon restore feed in to E2E tests

This commit is contained in:
Nate McMaster 2018-08-31 12:25:29 -07:00
parent e7f50eb932
commit 60fc0158c1
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@ try {
$env:MSBuildSdksPath = ''
$env:PATH = "$dotnetRoot;$env:PATH"
# Required by the tests. It is assumed packages on this feed will end up on nuget.org
$env:NUGET_PACKAGE_SOURCE = $RestoreSources
Invoke-Block { & $dotnet test `
--logger "console;verbosity=detailed" `
--logger "trx;LogFileName=$repoRoot/artifacts/logs/e2etests.trx" `