Skip to content

Commit

Permalink
Merge pull request #121 from computablee/bug-fixes
Browse files Browse the repository at this point in the history
Create symbols for nuget
  • Loading branch information
computablee authored Nov 21, 2023
2 parents 32ecdc2 + 1eb0423 commit 33a8e90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DotMP/DotMP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<PackageReadmeFile>ProcessedREADME.md</PackageReadmeFile>
<PackageTags>hpc,parallel,openmp,parallelization,high performance computing,threading</PackageTags>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<PackageReleaseNotes>Add IScheduler interface for user-defined schedulers and work-stealing scheduler. Better atomics support. Performance improvements and bug fixes.</PackageReleaseNotes>
<PackageReleaseNotes>Add IScheduler interface for user-defined schedulers and work-stealing scheduler. Better atomics support. Performance improvements and bug fixes. Explicit support for .NET 8.</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test:
$(DN) test -c $(BUILD) -l "console;verbosity=detailed" -p:CollectCoverage=true -p:CoverletOutputFormat=opencover DotMP-Tests

build:
$(DN) build -c $(BUILD) DotMP
$(DN) build -c $(BUILD) -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg DotMP

docs: ProcessedREADME.md
doxygen
Expand Down

0 comments on commit 33a8e90

Please sign in to comment.