File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 12
12
<PackageOutputPath Condition =" $(PackageOutputPath) == '' " >$(MSBuildThisFileDirectory)..\bin</PackageOutputPath >
13
13
<NoWarn >NU5118;$(NoWarn)</NoWarn >
14
14
</PropertyGroup >
15
-
15
+
16
16
<ItemGroup Label =" NuGet" >
17
17
<None Include =" $(MSBuildThisFileDirectory)..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
18
18
</ItemGroup >
21
21
<ItemGroup Label =" NuGet" >
22
22
<ReleaseNotes Include =" $(BuildReleaseNotes.Split('|'))" />
23
23
</ItemGroup >
24
-
24
+
25
+ <!-- REF: https://github.com/dotnet/sourcelink/blob/master/README.md -->
26
+ <PropertyGroup Label =" SourceLink" >
27
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
28
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
29
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
30
+ </PropertyGroup >
31
+
32
+ <ItemGroup Label =" SourceLink" >
33
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta-63127-02" PrivateAssets =" All" />
34
+ </ItemGroup >
35
+
25
36
</Project >
You can’t perform that action at this time.
0 commit comments