Add back Test Env Var so tests are published to the artifacts folder.
This commit is contained in:
parent
2b5c7d06fb
commit
a5ff1e64ef
2 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,9 @@ $PackageDir = "$RepoRoot\artifacts\packages\dnvm"
|
|||
$TestBinRoot = "$RepoRoot\artifacts\tests"
|
||||
$TestPackageDir = "$TestBinRoot\packages"
|
||||
|
||||
$env:TEST_ROOT = "$OutputDir\tests"
|
||||
$env:TEST_ARTIFACTS = "$env:TEST_ROOT\artifacts"
|
||||
|
||||
$env:ReleaseSuffix = "beta"
|
||||
$env:Channel = "$env:ReleaseSuffix"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue