Flow the ProdCon restore feed in to E2E tests
This commit is contained in:
parent
e7f50eb932
commit
60fc0158c1
|
|
@ -93,6 +93,9 @@ try {
|
||||||
$env:MSBuildSdksPath = ''
|
$env:MSBuildSdksPath = ''
|
||||||
$env:PATH = "$dotnetRoot;$env:PATH"
|
$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 `
|
Invoke-Block { & $dotnet test `
|
||||||
--logger "console;verbosity=detailed" `
|
--logger "console;verbosity=detailed" `
|
||||||
--logger "trx;LogFileName=$repoRoot/artifacts/logs/e2etests.trx" `
|
--logger "trx;LogFileName=$repoRoot/artifacts/logs/e2etests.trx" `
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue