Skip to content

Commit

Permalink
Set version correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz committed Aug 2, 2019
1 parent 3cc08ca commit 4bcdf0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ steps:
gitHubConnection: github
tagSource: manual
tag: 'v$(vsix.version)'
title: 'Version $(vsix.version)'
assets: '$(vsix)'
3 changes: 2 additions & 1 deletion scripts/GetVersion.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[xml]$vsix = Get-Content $PSScriptRoot\..\src\GtmExtension\source.extension.vsixmanifest
$env:VSIX_VERSION = $vsix.PackageManifest.Metadata.Identity.Version
$version = $vsix.PackageManifest.Metadata.Identity.Version
Write-Host "##vso[task.setvariable variable=vsix.version]$version"

0 comments on commit 4bcdf0f

Please sign in to comment.