From 1eb0423de4bdf8f4b765c816a656a0e2192bb1bb Mon Sep 17 00:00:00 2001 From: Phillip Allen Lane Date: Tue, 21 Nov 2023 00:49:40 -0600 Subject: [PATCH] create symbols for nuget --- DotMP/DotMP.csproj | 6 +++--- Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DotMP/DotMP.csproj b/DotMP/DotMP.csproj index 29353348..4a099200 100644 --- a/DotMP/DotMP.csproj +++ b/DotMP/DotMP.csproj @@ -13,10 +13,10 @@ ProcessedREADME.md hpc,parallel,openmp,parallelization,high performance computing,threading LGPL-2.1-only - Add IScheduler interface for user-defined schedulers and work-stealing scheduler. Better atomics support. Performance improvements and bug fixes. + Add IScheduler interface for user-defined schedulers and work-stealing scheduler. Better atomics support. Performance improvements and bug fixes. Explicit support for .NET 8. true - pdbonly - true + true + snupkg diff --git a/Makefile b/Makefile index 159b13c5..9c54aa56 100644 --- a/Makefile +++ b/Makefile @@ -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