Skip to content

Commit f5d8852

Browse files
message csproj
1 parent 64752f6 commit f5d8852

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/NSubstitute/NSubstitute.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,15 @@
5656
</PropertyGroup>
5757

5858
<PropertyGroup Condition="'$(CI)' == 'True'">
59+
<Message Text="Building on CI" />
5960
<!--Deterministic Build and Source Link settings -->
6061
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
6162
<EmbedUntrackedSources>true</EmbedUntrackedSources>
6263
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
6364
</PropertyGroup>
65+
<PropertyGroup Condition="'$(CI)' != 'True'">
66+
<Message Text="Building *not* on CI" />
67+
</PropertyGroup>
6468
<ItemGroup>
6569
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
6670
</ItemGroup>

0 commit comments

Comments
 (0)