Skip to content

Commit 637aedd

Browse files
Merge pull request #11007 from microsoft/wangmi/azure-pipelines
Update release-stable.yml for Azure Pipelines
2 parents a755ec7 + faff4e8 commit 637aedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/release-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ extends:
5353
for file in $files;
5454
do
5555
echo "Processing file: $file"
56-
# curl -i --header "Authorization: Bearer $(TOKEN)" -F pluginId=8053 -F file=@$file -F channel=stable https://plugins.jetbrains.com/plugin/uploadPlugin;
56+
curl -i --header "Authorization: Bearer $(TOKEN)" -F pluginId=8053 -F file=@$file -F channel=stable https://plugins.jetbrains.com/plugin/uploadPlugin;
5757
done

0 commit comments

Comments
 (0)