using nuget 3 because it's much faster, re-pin to monad-ext containing nuget.exe, hardcoded c# compiler toolchain version too

This commit is contained in:
Peter Honeder 2015-07-29 17:01:25 +02:00
parent f7fa83fdf3
commit a31af1e301
2 changed files with 3 additions and 3 deletions

View file

@ -137,10 +137,10 @@ dotnetlibs/corerun: $(MONAD_EXT)/coreclr/Release/corerun
# tracked that easily
prepare:
rm -rf buildtemp/System.Reflection.Metadata.* buildtemp/System.Collections.Immutable.* buildtemp/Microsoft.Net.ToolsetCompilers.* buildtemp/nuget.exe
wget -O buildtemp/nuget.exe https://nuget.org/nuget.exe
cp $(MONAD_EXT)/nuget/nuget.exe buildtemp/nuget.exe
cd buildtemp && mono nuget.exe install -Version 1.0.21 System.Reflection.Metadata
cd buildtemp && mono nuget.exe install -Version 1.1.36 System.Collections.Immutable
cd buildtemp && mono nuget.exe install Microsoft.Net.ToolsetCompilers -pre
cd buildtemp && mono nuget.exe install -Version 1.0.0-rc3-20150520-02 Microsoft.Net.ToolsetCompilers
# this is an internal target, it's not intended to be called manually
internal-prepare-exec_env: runps.sh $(POWERSHELL_RUN_TARGETS) dotnetlibs/corerun

@ -1 +1 @@
Subproject commit f8e5171eb9efd23c81b881e4fd645155b4996345
Subproject commit 20468e65dac6fa5a1b4cf6971ff490e548531822