Skip to content

Commit

Permalink
new NuGet release: 2.3.0
Browse files Browse the repository at this point in the history
- enable <ContinuousIntegrationBuild> on PreRelease and Release builds so the dll in the NuGet is Deterministic
  • Loading branch information
vslee committed Sep 12, 2020
1 parent 4b7b691 commit d03baf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IEXSharp/IEXSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@
<!--when prereleasing, embed symbols PDB in main nupkg bc GH Pakages doesn't have its own symbol server-->
<PropertyGroup Condition="'$(Configuration)'=='PreRelease'">
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<!--when releasing to NuGet, create a separate snupkg-->
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d03baf1

Please sign in to comment.