Permalink
Please
sign in to comment.
Browse files
Use arcade's version of dotnet to build (#22755)
* Use arcade dotnet * Add cmake_msbuild.cmd Move msbuild.cmd to cmake_msbuild.bat Document intent that this file is only used to resolve Windows cmake dependency on desktop msbuild.exe Remove one instance of msbuild.cmd * Fix inittools.cmd * Remove spurious setup_vs_tools.cmd calls
- Loading branch information...
Showing
with
147 additions
and 224 deletions.
- +2 −6 Documentation/building/unix-test-instructions.md
- +3 −5 Documentation/workflow/RunningTests.md
- +5 −0 build-packages.cmd
- +1 −1 build-test.cmd
- +1 −5 build-test.sh
- +4 −4 build.cmd
- +1 −1 build.sh
- +4 −6 msbuild.cmd → cmake_msbuild.cmd
- +1 −1 dir.props
- +1 −6 dotnet.cmd
- +1 −2 dotnet.sh
- +0 −5 eng/build-job.yml
- +2 −0 eng/common/tools.ps1
- +5 −0 eng/configure-toolset.ps1
- +5 −0 eng/configure-toolset.sh
- +1 −11 eng/update-dependencies.cmd
- +9 −10 init-tools.cmd
- +70 −88 init-tools.sh
- +1 −1 tests/bringup_runtest.sh
- +1 −1 tests/dir.props
- +1 −42 tests/runtest.cmd
- +4 −4 tests/runtest.proj
- +4 −4 tests/runtest.py
- +1 −2 tests/runtest.sh
- +1 −1 tests/scripts/build_illink.cmd
- +1 −1 tests/scripts/build_illink.sh
- +1 −1 tests/scripts/run-xunit-perf.py
- +1 −1 tests/setup-stress-dependencies.cmd
- +1 −1 tests/setup-stress-dependencies.sh
- +2 −2 tests/src/readytorun/r2rdump/R2RDumpTest.csproj
- +12 −12 tests/src/readytorun/r2rdump/rebaseline.cmd
@@ -0,0 +1,5 @@ | |||
# We depend on a local cli for a number of our buildtool | |||
# commands like init-tools so for now we need to disable | |||
# using the globally installed dotnet | |||
|
|||
$script:useInstalledDotNetCli = $false |
@@ -0,0 +1,5 @@ | |||
# We depend on a local cli for a number of our buildtool | |||
# commands like init-tools so for now we need to disable | |||
# using the globally installed dotnet | |||
|
|||
use_installed_dotnet_cli=false |

Oops, something went wrong.
0 comments on commit
42bc2de