Skip to content

Commit

Permalink
message csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Sep 27, 2023
1 parent 64752f6 commit f5d8852
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/NSubstitute/NSubstitute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,15 @@
</PropertyGroup>

<PropertyGroup Condition="'$(CI)' == 'True'">
<Message Text="Building on CI" />
<!--Deterministic Build and Source Link settings -->
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup Condition="'$(CI)' != 'True'">
<Message Text="Building *not* on CI" />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
Expand Down

0 comments on commit f5d8852

Please sign in to comment.