From b6659e45d60de554c5619d7f35f39ad1114b6542 Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Mon, 11 Feb 2019 22:07:20 +0100 Subject: [PATCH] Add SourceLink support for easier debugging For more information, see: - https://github.com/dotnet/sourcelink - https://blog.nuget.org/20180827/Introducing-Source-Code-Link-for-NuGet-packages.html --- NCrontab.Signed/NCrontab.Signed.csproj | 6 ++++++ NCrontab/NCrontab.csproj | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/NCrontab.Signed/NCrontab.Signed.csproj b/NCrontab.Signed/NCrontab.Signed.csproj index 3d2897f..73af9b1 100644 --- a/NCrontab.Signed/NCrontab.Signed.csproj +++ b/NCrontab.Signed/NCrontab.Signed.csproj @@ -19,6 +19,7 @@ NCrontab.Signed cron;schedule;time https://github.com/atifaziz/NCrontab + true COPYING.txt ..\dist false @@ -28,6 +29,7 @@ false false false + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -60,4 +62,8 @@ + + + + diff --git a/NCrontab/NCrontab.csproj b/NCrontab/NCrontab.csproj index 6d418d9..091b733 100644 --- a/NCrontab/NCrontab.csproj +++ b/NCrontab/NCrontab.csproj @@ -15,6 +15,7 @@ NCrontab cron;schedule;time https://github.com/atifaziz/NCrontab + true COPYING.txt ..\dist false @@ -22,6 +23,7 @@ false false false + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -54,4 +56,8 @@ + + + +