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
|
@ -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
Add a link
Reference in a new issue