Skip to content

Commit

Permalink
add missing variables for release pipeline (#11)
Browse files Browse the repository at this point in the history
add missing variables for release pipeline
  • Loading branch information
evilpilaf authored Dec 10, 2019
2 parents 7e34299 + 91dd9ed commit 3ae8c64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ pr: none
pool:
vmImage: 'windows-latest'

variables:
buildConfiguration: Release

steps:
- pwsh: |
[string]$latestTag=iex 'git describe --tags --abbrev=0'
Expand Down

0 comments on commit 3ae8c64

Please sign in to comment.