From 60fc0158c1250df281408d7356d5c78c91c38f65 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 31 Aug 2018 12:25:29 -0700 Subject: [PATCH] Flow the ProdCon restore feed in to E2E tests --- test/Cli.FunctionalTests/run-tests.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Cli.FunctionalTests/run-tests.ps1 b/test/Cli.FunctionalTests/run-tests.ps1 index 4de03f0552..61197640c1 100644 --- a/test/Cli.FunctionalTests/run-tests.ps1 +++ b/test/Cli.FunctionalTests/run-tests.ps1 @@ -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" `