Skip to content

Commit

Permalink
Update os-monaco-core-pipeline.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
os-lmo committed Aug 11, 2021
1 parent 0d00298 commit 1d7fd65
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build/azure-pipelines/os-monaco-core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ stages:
deploy:
steps:
#Creates a Github release
# - task: GitHubRelease@1
# inputs:
# gitHubConnection: 'GitHub Release'
# repositoryName: '$(Build.Repository.Name)'
# action: 'create'
# target: '$(Build.SourceVersion)'
# tagSource: 'userSpecifiedTag'
# tag: '$(TagName)'
# changeLogCompareToRelease: 'lastFullRelease'
# changeLogType: 'commitBased'
- task: GitHubRelease@1
inputs:
gitHubConnection: 'GitHub Release'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'userSpecifiedTag'
tag: '$(TagName)'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
#Publishes the package into the private artifact repository
- task: Npm@1
inputs:
Expand Down

0 comments on commit 1d7fd65

Please sign in to comment.