Skip to content

Commit

Permalink
Generate pdb files in netstandard build.
Browse files Browse the repository at this point in the history
Now figure out how to source link and put them in the nuget package.
  • Loading branch information
kurtschelfthout committed May 9, 2017
1 parent 52f9dc9 commit ac00ee0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FsCheck.NUnit.netcore/FsCheck.NUnit.netcore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>FsCheck.NUnit</AssemblyName>
<TargetFramework>netstandard1.6</TargetFramework>
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FsCheck.Xunit.netcore/FsCheck.Xunit.netcore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>FsCheck.Xunit</AssemblyName>
<TargetFramework>netstandard1.6</TargetFramework>
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FsCheck.netcore/FsCheck.netcore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>FsCheck</AssemblyName>
<TargetFramework>netstandard1.6</TargetFramework>
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ac00ee0

Please sign in to comment.