Packaged Commands
This commit is contained in:
parent
ecda2a8106
commit
5cd64066c4
38 changed files with 805 additions and 360 deletions
|
@ -11,7 +11,4 @@ $env:PATH = "$env:DOTNET_INSTALL_DIR\cli\bin;$StartPath"
|
|||
|
||||
_ "$RepoRoot\scripts\compile\compile-stage.ps1" @("$Tfm","$Rid","$Configuration","$Stage1Dir","$RepoRoot","$HostDir")
|
||||
|
||||
# Copy dnx into stage 1
|
||||
cp -rec "$DnxRoot\" "$Stage1Dir\bin\dnx\"
|
||||
|
||||
$env:PATH=$StartPath
|
|
@ -23,11 +23,4 @@ export PATH=$DOTNET_INSTALL_DIR/bin:$PATH
|
|||
header "Building stage1 dotnet using downloaded stage0 ..."
|
||||
OUTPUT_DIR=$STAGE1_DIR $REPOROOT/scripts/compile/compile-stage.sh
|
||||
|
||||
# Copy DNX in to stage1
|
||||
cp -R $DNX_ROOT $STAGE1_DIR/bin/dnx
|
||||
|
||||
# Copy and CHMOD the dotnet-dnx script
|
||||
cp $REPOROOT/scripts/dotnet-dnx.sh $STAGE1_DIR/bin/dotnet-dnx
|
||||
chmod a+x $STAGE1_DIR/bin/dotnet-dnx
|
||||
|
||||
export PATH=$StartPath
|
Loading…
Add table
Add a link
Reference in a new issue