Skip to content

Commit

Permalink
include commit link (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinhuafei authored and HongGit committed Mar 9, 2018
1 parent e79aa12 commit 30f97fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<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>
<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.

This package was built from the source at $GitCommitLink$
</description>
<summary>Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs.</summary>
<language>en-US</language>
<projectUrl>http://www.asp.net/</projectUrl>
Expand Down
2 changes: 2 additions & 0 deletions tools/RoslynCodeProvider.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- Build order -->
<PropertyGroup>
<BuildDependsOn>SetNuSpecProperties;DownloadRoslynBinariesToToolsFolder;$(BuildDependsOn)</BuildDependsOn>
<GitCommitLink Condition=" '$(GitCommitLink)' == '' "></GitCommitLink>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)version.targets"/>
Expand All @@ -23,6 +24,7 @@
<NuSpecProperties>
NuGetPackageVersion=$(NuGetPackageVersion);
NuGetPackageId=$(NuGetPackageId);
GitCommitLink=$(GitCommitLink);
</NuSpecProperties>
</PropertyGroup>
</Target>
Expand Down

0 comments on commit 30f97fb

Please sign in to comment.