We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2ea9e commit e2780f2Copy full SHA for e2780f2
src/GitLabApiClient/GitLabApiClient.csproj
@@ -18,6 +18,11 @@
18
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
19
</PropertyGroup>
20
21
+ <PropertyGroup Condition=" '$(GITHUB_ACTIONS)' == 'true'">
22
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild>
23
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
24
+ </PropertyGroup>
25
+
26
<ItemGroup>
27
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0" />
28
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
0 commit comments