Skip to content

Commit

Permalink
Fix build on non-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Nov 2, 2018
1 parent 143bee7 commit 8c7f7dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<!-- Only specify feed for Arcade SDK (see https://github.com/Microsoft/msbuild/issues/2982) -->
<packageSources>
<clear />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>
Empty file modified build.sh
100644 → 100755
Empty file.

0 comments on commit 8c7f7dc

Please sign in to comment.