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

Commit 9de86b6

Browse files
committed
Merge pull request #2293 from chcosta/build_source
Use "-source" parameter in OSX build script, NuGet.Config was removed
2 parents 25c42b0 + a441d2e commit 9de86b6

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)