Skip to content

Commit

Permalink
Build: including PDB as embedded resources for easier debugging
Browse files Browse the repository at this point in the history
Bump to version 2.1.5
  • Loading branch information
certeraio committed Oct 28, 2020
1 parent 37b6e6b commit c946b9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/Certera.Core/Certera.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Certera.Data/Certera.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<DebugType>embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 5 additions & 4 deletions src/Certera.Web/Certera.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
<Copyright>https://docs.certera.io/#license</Copyright>
<PackageProjectUrl>https://certera.io</PackageProjectUrl>
<RepositoryUrl>https://github.com/certera-io/certera</RepositoryUrl>
<AssemblyVersion>2.1.4</AssemblyVersion>
<FileVersion>2.1.4</FileVersion>
<Version>2.1.4</Version>
<PackageReleaseNotes>Supports DNS-01 challenge type</PackageReleaseNotes>
<AssemblyVersion>2.1.5</AssemblyVersion>
<FileVersion>2.1.5</FileVersion>
<Version>2.1.5</Version>
<PackageReleaseNotes>
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<TrimmerRootAssembly Include="System.Linq.Parallel" />
Expand Down
2 changes: 1 addition & 1 deletion src/Certera.Web/Properties/PublishProfiles/template.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<!-- PublishReadyToRun=true is not supported for linux -->
<PublishReadyToRun>false</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>
<DebugType>None</DebugType>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<Content Update="appsettings.Development.json" CopyToPublishDirectory="Never" />
Expand Down

0 comments on commit c946b9b

Please sign in to comment.