From 8c7f7dc7721d9874031805941a088c5bb09621ff Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Fri, 2 Nov 2018 14:15:52 -0700 Subject: [PATCH] Fix build on non-Windows --- .gitignore | 3 --- NuGet.config | 15 +++++++++++++++ build.sh | 0 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 NuGet.config mode change 100644 => 100755 build.sh diff --git a/.gitignore b/.gitignore index ea02836f0..185c4bcc1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,6 @@ Library/ # local nuget cache .nuget/ -# NuGet.Config at the root -/NuGet.Config - # NuGet v3 restore drops these even though we don't use MSBuild :( *.nuget.targets *.nuget.props diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 000000000..994a475fd --- /dev/null +++ b/NuGet.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build.sh b/build.sh old mode 100644 new mode 100755