Skip to content

Commit

Permalink
Microsoft.NuGet.Build.Tasks.Workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart committed Apr 1, 2017
1 parent 661edc9 commit 87cc4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<packageSources>
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="msbuildsdkextras" value="https://www.myget.org/F/msbuildsdkextras/api/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.1.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NuGet.Build.Tasks.Workaround" Version="*" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 87cc4bc

Please sign in to comment.