Skip to content

Commit e2780f2

Browse files
authored
fix nuget health issue (#183)
1 parent 8a2ea9e commit e2780f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/GitLabApiClient/GitLabApiClient.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1919
</PropertyGroup>
2020

21+
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' == 'true'">
22+
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild>
23+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
24+
</PropertyGroup>
25+
2126
<ItemGroup>
2227
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
2328
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />

0 commit comments

Comments
 (0)