Skip to content

Commit

Permalink
Add source link to source generator nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jul 27, 2023
1 parent 3918404 commit 99cd351
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Refitter.SourceGenerator/Refitter.SourceGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" PrivateAssets="all" />
<PackageReference Include="H.Generators.Extensions" Version="1.15.1" PrivateAssets="all" />
<PackageReference Include="NSwag.CodeGeneration.CSharp" Version="13.19.0" PrivateAssets="all" />
Expand All @@ -27,4 +28,8 @@
<Compile Include="../Refitter.Core/*.cs" />
</ItemGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

</Project>

0 comments on commit 99cd351

Please sign in to comment.