Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSenthil <schellap@microsoft.com>2016-02-06 00:21:58 +0300
committerSenthil <schellap@microsoft.com>2016-02-06 07:09:15 +0300
commit4dd5765ff2aa43227b52286ce8560299ecb06923 (patch)
tree35432adfb36601655d73fcdf4eff27b39d3a5d41 /build.sh
parent068d57c68a047202d139dcd3e7152b116ba2302d (diff)
Feed changes to dotnet.myget
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index c6d79a592..9dd3e0c93 100755
--- a/build.sh
+++ b/build.sh
@@ -155,7 +155,7 @@ prepare_managed_build()
# Grab the MSBuild package if we don't have it already
if [ ! -e "$__msbuildpath" ]; then
echo "Restoring MSBuild..."
- mono "$__nugetpath" install $__msbuildpackageid -Version $__msbuildpackageversion -source "https://www.myget.org/F/dotnet-buildtools/" -OutputDirectory "$__packageroot"
+ mono "$__nugetpath" install $__msbuildpackageid -Version $__msbuildpackageversion -source "https://dotnet.myget.org/F/dotnet-buildtools/" -OutputDirectory "$__packageroot"
if [ $? -ne 0 ]; then
echo "Failed to restore MSBuild."
exit 1