Update releasing.md about NuGet package suffix (#3759)

This commit is contained in:
Dongbo Wang 2017-05-11 10:30:19 -07:00 committed by GitHub
parent e43dcf4d23
commit 95f96bc50d

View file

@ -246,7 +246,7 @@ Run `Publish-NuGetFeed` to generate PowerShell NuGet packages:
Import-Module .\build.psm1
Start-PSBootstrap -Package
Start-PSBuild -Clean -Publish
$VersionSuffix = ((git describe) -split '-')[-1] -replace "\."
$VersionSuffix = ((git describe) -split '-')[-1]
Publish-NuGetFeed -VersionSuffix $VersionSuffix
```