Created
July 29, 2019 17:35
-
-
Save TsuyoshiUshio/f7805e658b5c80d5eb1ef636a68d5849 to your computer and use it in GitHub Desktop.
Publish Extension sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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