Skip to content

Commit

Permalink
Add SourceLink to get repo/pdb linking
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed May 5, 2021
1 parent c888a88 commit fa958dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Directory.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<RestoreSources>https://api.nuget.org/v3/index.json;https://pkg.kzu.io/index.json</RestoreSources>

<PackageProjectUrl>https://clarius.org/TableStorage</PackageProjectUrl>
</PropertyGroup>

</Project>
3 changes: 2 additions & 1 deletion src/TableStorage.Source/TableStorage.Source.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="0.6.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NuGetizer" Version="0.6.2" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/TableStorage/TableStorage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NuGetizer" Version="0.6.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NuGetizer" Version="0.6.2" />
</ItemGroup>

</Project>

0 comments on commit fa958dc

Please sign in to comment.