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

Commit

Permalink
Update to fixed SourceLink
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 10, 2017
1 parent 4a8593f commit 33721f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.0.0-rc4.25" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="1.6.19-beta" PrivateAssets="all" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="SourceLink.Create.GitHub" Version="2.0.0" PrivateAssets="all" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.0.0" />
<PackageReference Include="SourceLink.Create.GitHub" Version="2.1.0-b412" PrivateAssets="all" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.1.0-b412" />
</ItemGroup>
<ItemGroup Condition=" '$(IsCodeGenerationProject)' != 'true' ">
<PackageReference Include="CodeGeneration.Roslyn.BuildTime" Version="0.1.57" PrivateAssets="all" />
Expand Down
1 change: 1 addition & 0 deletions src/nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<add key="myget.org/F/aarnott" value="https://www.myget.org/F/aarnott/api/v3/index.json" />
<add key="CodeGeneration.Roslyn CI" value="https://ci.appveyor.com/nuget/codegeneration-roslyn" />
<add key="MSBuildSdkExtras CI" value="https://www.myget.org/F/msbuildsdkextras/api/v3/index.json" />
<add key="sourcelink" value="https://ci.appveyor.com/nuget/sourcelink/" />
</packageSources>
</configuration>

0 comments on commit 33721f1

Please sign in to comment.