diff --git a/build/bootstrap/README.md b/build/bootstrap/README.md deleted file mode 100644 index f642069431e54620549d303769d89d6da1471125..0000000000000000000000000000000000000000 --- a/build/bootstrap/README.md +++ /dev/null @@ -1,7 +0,0 @@ -## Bootstrap Files - -This directory contains the set of files necessary to run the bootstrap compiler. These are not produced as a part of normal build because they are not correct for standard insertions. This directory should be copied in its entirety whenever a bootstrap compiler is deployed. - - - - diff --git a/build/bootstrap/VBCSCompiler.exe.config b/build/bootstrap/VBCSCompiler.exe.config deleted file mode 100644 index bbfcab6aaaa1f7e79a743c037448745987cdac4b..0000000000000000000000000000000000000000 --- a/build/bootstrap/VBCSCompiler.exe.config +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/bootstrap/csc.cmd b/build/bootstrap/csc.cmd deleted file mode 100644 index 9c5cac5c4635f9e901be9814fc42fc424120e9ea..0000000000000000000000000000000000000000 --- a/build/bootstrap/csc.cmd +++ /dev/null @@ -1,2 +0,0 @@ -echo off -%~dp0\csc.exe /shared %* diff --git a/build/bootstrap/csc.exe.config b/build/bootstrap/csc.exe.config deleted file mode 100644 index 3696bf2d8f619725107370cf596692e8499f3701..0000000000000000000000000000000000000000 --- a/build/bootstrap/csc.exe.config +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/bootstrap/vbc.cmd b/build/bootstrap/vbc.cmd deleted file mode 100644 index 216f04faa061e244bfd4e363641ac6118f2abdbe..0000000000000000000000000000000000000000 --- a/build/bootstrap/vbc.cmd +++ /dev/null @@ -1,2 +0,0 @@ -echo off -%~dp0\vbc.exe /shared %* diff --git a/build/bootstrap/vbc.exe.config b/build/bootstrap/vbc.exe.config deleted file mode 100644 index c09eb87b327e5793a0462f7a645f99737dbba78f..0000000000000000000000000000000000000000 --- a/build/bootstrap/vbc.exe.config +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cibuild.cmd b/cibuild.cmd index 70d174c7cb5428fd71e7cfe0637ba176326dee9c..3cd0450fd056b4e8d012322103af52188bb3e740 100644 --- a/cibuild.cmd +++ b/cibuild.cmd @@ -70,7 +70,6 @@ powershell -noprofile -executionPolicy RemoteSigned -file "%RoslynRoot%\build\sc if not exist "%bindir%\Bootstrap" mkdir "%bindir%\Bootstrap" || goto :BuildFailed move "Binaries\%BuildConfiguration%\Exes\Toolset\*" "%bindir%\Bootstrap" || goto :BuildFailed -copy "build\bootstrap\*" "%bindir%\Bootstrap" || goto :BuildFailed REM Clean the previous build msbuild %MSBuildAdditionalCommandLineArgs% /t:Clean build/Toolset/Toolset.csproj /p:Configuration=%BuildConfiguration% /fileloggerparameters:LogFile="%bindir%\BootstrapClean.log" || goto :BuildFailed