Skip to content

Instantly share code, notes, and snippets.

@TsuyoshiUshio
Created July 29, 2019 17:35
Show Gist options
  • Save TsuyoshiUshio/f7805e658b5c80d5eb1ef636a68d5849 to your computer and use it in GitHub Desktop.
Save TsuyoshiUshio/f7805e658b5c80d5eb1ef636a68d5849 to your computer and use it in GitHub Desktop.
Publish Extension sample
steps:
- task: ms-devlabs.vsts-developer-tools-build-tasks.publish-extension-build-task.PublishExtension@1
displayName: 'Publish Extension to CSE-DevSecOps'
inputs:
connectedServiceName: 'CSE-DevOps(90days)'
fileType: vsix
vsixFile: '$(System.DefaultWorkingDirectory)/_CreatePRCommentTask CI/drop/*.vsix'
updateTasksVersion: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment