Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a441d2e

Browse files
committed
Use "-source" paramter in OSX build script, NuGet.Config file has been removed.
1 parent eb71264 commit a441d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868
# Grab the MSBuild package if we don't have it already
6969
if [ ! -e "$__msbuildpath" ]; then
7070
echo "Restoring MSBuild..."
71-
mono "$__nugetpath" install $__msbuildpackageid -Version $__msbuildpackageversion -ConfigFile "$__nugetconfig" -OutputDirectory "$__packageroot"
71+
mono "$__nugetpath" install $__msbuildpackageid -Version $__msbuildpackageversion -source "https://www.myget.org/F/dotnet-buildtools/" -OutputDirectory "$__packageroot"
7272
if [ $? -ne 0 ]; then
7373
echo "Failed to restore MSBuild."
7474
exit 1

0 commit comments

Comments
 (0)