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"
|
||||
|
||||
|
|
|
@ -26,6 +26,9 @@ export HOST_DIR=$OUTPUT_ROOT/corehost
|
|||
export TEST_BIN_ROOT="$REPOROOT/artifacts/tests"
|
||||
export TEST_PACKAGE_DIR="$TEST_BIN_ROOT/packages"
|
||||
|
||||
export TEST_ROOT="$OUTPUT_ROOT\tests"
|
||||
export TEST_ARTIFACTS="$TEST_ROOT\artifacts"
|
||||
|
||||
export RELEASE_SUFFIX=beta
|
||||
export CHANNEL=$RELEASE_SUFFIX
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue