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 64752f6 commit f5d8852Copy full SHA for f5d8852
src/NSubstitute/NSubstitute.csproj
@@ -56,11 +56,15 @@
56
</PropertyGroup>
57
58
<PropertyGroup Condition="'$(CI)' == 'True'">
59
+ <Message Text="Building on CI" />
60
<!--Deterministic Build and Source Link settings -->
61
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
62
<EmbedUntrackedSources>true</EmbedUntrackedSources>
63
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
64
65
+ <PropertyGroup Condition="'$(CI)' != 'True'">
66
+ <Message Text="Building *not* on CI" />
67
+ </PropertyGroup>
68
<ItemGroup>
69
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
70
</ItemGroup>
0 commit comments