Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
build update - travis - removing build_travis.sh and trying custom ar…
Browse files Browse the repository at this point in the history
…gs on core build
  • Loading branch information
alhardy committed Jun 1, 2017
1 parent 846311e commit e87ffe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 98 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ Task("Build")
// Workaround to fixing pre-release version package references - https://github.com/NuGet/Home/issues/4337
if (IsRunningOnWindows())
{
settings.ArgumentCustomization = args=>args.Append("/t:Restore /p:RestoreSources=" + @"""C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\""" + ";https://api.nuget.org/v3/index.json;https://www.myget.org/F/alhardy/api/v3/index.json;");
// settings.ArgumentCustomization = args=>args.Append("/t:Restore /p:RestoreSources=" + @"""C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\""" + ";https://api.nuget.org/v3/index.json;https://www.myget.org/F/alhardy/api/v3/index.json;");
}
else
{
// settings.ArgumentCustomization = args=>args.Append("/t:Restore /p:RestoreSources=https://api.nuget.org/v3/index.json;https://www.myget.org/F/alhardy/api/v3/index.json;");
settings.ArgumentCustomization = args=>args.Append("/t:Restore /p:RestoreSources=https://api.nuget.org/v3/index.json;https://www.myget.org/F/alhardy/api/v3/index.json;");
}
if (IsRunningOnWindows())
Expand Down
96 changes: 0 additions & 96 deletions build_travis.sh

This file was deleted.

0 comments on commit e87ffe3

Please sign in to comment.