Comment consistency
Make all variables in the comment quoted with `%`.
This commit is contained in:
parent
2b0fc69f4e
commit
024ab2f377
1 changed files with 5 additions and 5 deletions
|
@ -45,11 +45,11 @@
|
||||||
</GetDependencyInfo>
|
</GetDependencyInfo>
|
||||||
|
|
||||||
<!-- Format for productCommits-%rid%.txt:
|
<!-- Format for productCommits-%rid%.txt:
|
||||||
installer:%commit%, %version
|
installer:%commit%, %version%
|
||||||
runtime:%commit%, $version
|
runtime:%commit%, %version%
|
||||||
aspnetcore:%commit%, $version
|
aspnetcore:%commit%, %version%
|
||||||
windowsdesktop:%commit%, $version
|
windowsdesktop:%commit%, %version%
|
||||||
sdk:%commit%, $version
|
sdk:%commit%, %version%
|
||||||
-->
|
-->
|
||||||
<WriteLinesToFile
|
<WriteLinesToFile
|
||||||
File="$(ArtifactsShippingPackagesDir)productCommit-$(Rid).txt"
|
File="$(ArtifactsShippingPackagesDir)productCommit-$(Rid).txt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue