add PublishVersion task

This commit is contained in:
Kevin Marquette
2018-08-20 03:14:42 -07:00
parent 94471ccfc0
commit a9a73ae9b2
4 changed files with 21 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ task SetVersion {
$versionStamp = (git rev-parse origin/master) + (git rev-parse head)
"Load current version"
[version] $sourceVersion = (Get-Metadata -Path $manifestPath -PropertyName 'ModuleVersion')
[version] $sourceVersion = (Get-Metadata -Path $manifestPath -PropertyName 'ModuleVersion')
" Source version [$sourceVersion]"
$downloadFolder = Join-Path -Path $output downloads