File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ ### vNext
2+
3+ * [ NEW] Support for Sourcelink and Deterministic Build (#737 )
4+
15### 5.1.0 (Sep 2023)
26
37* [ DOC] Add clickable headings. Thanks @jheinath ! (#729 )
Original file line number Diff line number Diff line change @@ -18,5 +18,8 @@ artifacts:
1818- path : bin\Release\NSubstitute\*.nupkg
1919 name : NuGet
2020
21+ - path : bin\Release\NSubstitute\*.snupkg
22+ name : NuGet
23+
2124- path : bin\Release\nsubstitute.github.com
2225 name : website
Original file line number Diff line number Diff line change 1010 <PackageIcon >icon.png</PackageIcon >
1111 <PackageProjectUrl >https://nsubstitute.github.io/</PackageProjectUrl >
1212 <PackageLicenseExpression >BSD-3-Clause</PackageLicenseExpression >
13+ <RepositoryUrl >https://github.com/nsubstitute/NSubstitute</RepositoryUrl >
14+ <RepositoryType >git</RepositoryType >
1315 </PropertyGroup >
1416
1517 <ItemGroup >
5355 <DefineConstants >$(DefineConstants);SYSTEM_DIAGNOSTICS_CODEANALYSIS_NULLABILITY</DefineConstants >
5456 </PropertyGroup >
5557
58+ <PropertyGroup Condition =" '$(CI)' == 'True'" >
59+ <!-- Deterministic Build and Source Link settings -->
60+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
61+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
62+ <IncludeSymbols >true</IncludeSymbols >
63+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
64+ </PropertyGroup >
65+ <ItemGroup >
66+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
67+ </ItemGroup >
5668</Project >
You can’t perform that action at this time.
0 commit comments