Making some of the testbase methods protected.
Renaming variables according to code review comments. Adding the folder logic to the builder tests. Creating a separate compilation folder during the build.
This commit is contained in:
parent
b459c3665e
commit
fdea0b87e0
24 changed files with 132 additions and 131 deletions
|
@ -12,7 +12,9 @@ $OutputDir = "$RepoRoot\artifacts\$Rid"
|
|||
$DnxDir = "$OutputDir\dnx"
|
||||
$DnxRoot = "$DnxDir\bin"
|
||||
$Stage1Dir = "$OutputDir\stage1"
|
||||
$Stage1CompilationDir = "$OutputDir\stage1compilation"
|
||||
$Stage2Dir = "$OutputDir\stage2"
|
||||
$Stage2CompilationDir = "$OutputDir\stage2compilation"
|
||||
$HostDir = "$OutputDir\corehost"
|
||||
$PackageDir = "$RepoRoot\artifacts\packages\dnvm"
|
||||
$env:ReleaseSuffix = "beta"
|
||||
|
|
|
@ -21,7 +21,9 @@ export OUTPUT_ROOT=$REPOROOT/artifacts/$RID
|
|||
export DNX_DIR=$OUTPUT_ROOT/dnx
|
||||
export DNX_ROOT=$DNX_DIR/bin
|
||||
export STAGE1_DIR=$OUTPUT_ROOT/stage1
|
||||
export STAGE1_COMPILATION_DIR=$OUTPUT_ROOT/stage1compilation
|
||||
export STAGE2_DIR=$OUTPUT_ROOT/stage2
|
||||
export STAGE2_COMPILATION_DIR=$OUTPUT_ROOT/stage2compilation
|
||||
export HOST_DIR=$OUTPUT_ROOT/corehost
|
||||
export RELEASE_SUFFIX=beta
|
||||
export CHANNEL=$RELEASE_SUFFIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue