Skip to content

Commit 0cc0f5f

Browse files
try to fix publish types
1 parent 14d89d8 commit 0cc0f5f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build/azure-pipelines/publish-types/publish-types.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ trigger:
66

77
pr: none
88

9+
pool:
10+
vmImage: ubuntu-latest
11+
912
steps:
1013
- task: NodeTool@0
1114
inputs:
@@ -59,11 +62,11 @@ steps:
5962
6063
- bash: |
6164
TAG_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
62-
CHANNEL="G1C14HJ2F"
65+
CHANNEL="C1C14HJ2F"
6366
6467
MESSAGE="DefinitelyTyped/DefinitelyTyped#vscode-types-$TAG_VERSION created. Endgame champion, please open this link, examine changes and create a PR:"
6568
LINK="https://github.com/DefinitelyTyped/DefinitelyTyped/compare/vscode-types-$TAG_VERSION?quick_pull=1&body=Updating%20VS%20Code%20Extension%20API.%20See%20https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fvscode%2Fissues%2F70175%20for%20details."
66-
MESSAGE2="[@eamodio, @jrieken, @kmaetzel, @egamma]. Please review and merge PR to publish @types/vscode."
69+
MESSAGE2="[@jrieken, @kmaetzel, @egamma]. Please review and merge PR to publish @types/vscode."
6770
6871
curl -X POST -H "Authorization: Bearer $(SLACK_TOKEN)" \
6972
-H 'Content-type: application/json; charset=utf-8' \

0 commit comments

Comments
 (0)