Skip to content

Commit

Permalink
Add SourceLink support for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz authored Feb 11, 2019
1 parent e5ec885 commit b6659e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NCrontab.Signed/NCrontab.Signed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<PackageId>NCrontab.Signed</PackageId>
<PackageTags>cron;schedule;time</PackageTags>
<PackageProjectUrl>https://github.com/atifaziz/NCrontab</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseFile>COPYING.txt</PackageLicenseFile>
<PackageOutputPath>..\dist</PackageOutputPath>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand All @@ -28,6 +29,7 @@
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -60,4 +62,8 @@
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="all" />
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions NCrontab/NCrontab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
<PackageId>NCrontab</PackageId>
<PackageTags>cron;schedule;time</PackageTags>
<PackageProjectUrl>https://github.com/atifaziz/NCrontab</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseFile>COPYING.txt</PackageLicenseFile>
<PackageOutputPath>..\dist</PackageOutputPath>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -54,4 +56,8 @@
<PackageReference Include="System.Net.Primitives" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="all" />
</ItemGroup>

</Project>

0 comments on commit b6659e4

Please sign in to comment.