Skip to content

Commit

Permalink
Merge pull request #705 from DustinCampbell/msbuild-package-acquisition
Browse files Browse the repository at this point in the history
Update MSBuild packaging
  • Loading branch information
DustinCampbell authored Dec 14, 2016
2 parents 5bb0871 + 386d3e3 commit 399f970
Show file tree
Hide file tree
Showing 14 changed files with 389 additions and 217 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TestResults/
.nuget/
*.sln.ide/
_ReSharper.*/
packages/
packages/**/
artifacts/
PublishProfiles/
*.user
Expand All @@ -31,6 +31,7 @@ buildlog
*.lock.json
/omnisharp*.tar.gz
scripts/Omnisharp*
.msbuild-*/

# NuGet
*.nuget.targets
Expand Down
152 changes: 0 additions & 152 deletions Microsoft.CSharp.Core.targets

This file was deleted.

2 changes: 2 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
Expand Down
Loading

0 comments on commit 399f970

Please sign in to comment.