Skip to content

Commit 30f97fb

Browse files
JinhuafeiHongGit
authored andcommitted
include commit link (#31)
1 parent e79aa12 commit 30f97fb

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.nuspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>
99
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
10-
<description>Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. This provides support for new language features in systems using CodeDOM (e.g. ASP.NET runtime compilation) as well as improving the compilation performance of these systems.</description>
10+
<description>Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. This provides support for new language features in systems using CodeDOM (e.g. ASP.NET runtime compilation) as well as improving the compilation performance of these systems.
11+
12+
This package was built from the source at $GitCommitLink$
13+
</description>
1114
<summary>Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs.</summary>
1215
<language>en-US</language>
1316
<projectUrl>http://www.asp.net/</projectUrl>

tools/RoslynCodeProvider.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!-- Build order -->
44
<PropertyGroup>
55
<BuildDependsOn>SetNuSpecProperties;DownloadRoslynBinariesToToolsFolder;$(BuildDependsOn)</BuildDependsOn>
6+
<GitCommitLink Condition=" '$(GitCommitLink)' == '' "></GitCommitLink>
67
</PropertyGroup>
78

89
<Import Project="$(MSBuildThisFileDirectory)version.targets"/>
@@ -23,6 +24,7 @@
2324
<NuSpecProperties>
2425
NuGetPackageVersion=$(NuGetPackageVersion);
2526
NuGetPackageId=$(NuGetPackageId);
27+
GitCommitLink=$(GitCommitLink);
2628
</NuSpecProperties>
2729
</PropertyGroup>
2830
</Target>

0 commit comments

Comments
 (0)