Moving the TEST_ARTIFACTS environment variable to the new C# build scripts.

This commit is contained in:
Eric Erhardt 2016-02-18 13:35:01 -06:00
parent 3da5ae70e2
commit aca2c8c8dd
4 changed files with 2 additions and 6 deletions

View file

@ -18,9 +18,6 @@ $PackageDir = $env:PackageDir
$TestBinRoot = $env:TestBinRoot
$TestPackageDir = $env:TestPackageDir
$env:TEST_ROOT = "$OutputDir\tests"
$env:TEST_ARTIFACTS = "$env:TEST_ROOT\artifacts"
$env:Channel = "$env:RELEASE_SUFFIX"
# Set reasonable defaults for unset variables