Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
shuebner20 committed Jul 25, 2021
1 parent d4f91ba commit b9b299f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -50,6 +50,12 @@ steps:
git push origin HEAD:master
displayName: 'push bumped version to origin repo'

- task: oneLuckiDevJson2Variable@1
inputs:
jsonFile: '$(System.DefaultWorkingDirectory)/package.json'
shouldPrefixVariables: true
variablePrefix: 'packageJson'

- task: CopyFiles@2
inputs:
SourceFolder: '$(System.DefaultWorkingDirectory)'
Expand All @@ -76,7 +82,8 @@ steps:
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'gitTag'
tagSource: 'userSpecifiedTag'
tag: '$(packageJsonversion)'
releaseNotesSource: 'inline'
isDraft: true
changeLogCompareToRelease: 'lastFullRelease'
Expand Down

0 comments on commit b9b299f

Please sign in to comment.