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 7b2b345 commit e067ba4Copy full SHA for e067ba4
src/Directory.Build.props
@@ -15,6 +15,9 @@
15
<Nullable>enable</Nullable>
16
<ImplicitUsings>enable</ImplicitUsings>
17
</PropertyGroup>
18
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
19
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
20
+ </PropertyGroup>
21
<ItemGroup>
22
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
23
<PackageReference Include="Nerdbank.GitVersioning">
0 commit comments