From fe99c831a18d572e1061311e3dd8b62bf3b1ba26 Mon Sep 17 00:00:00 2001 From: SSE4 Date: Thu, 13 Jun 2019 22:02:30 +0200 Subject: [PATCH 1/2] - publish to OpenVSIX gallery --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b8905c6b..d5cde157 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,3 +27,5 @@ deploy: branch: publish-to-github # https://www.appveyor.com/docs/deployment/github/ deploy_script: - ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "master") {.\vsix\publish.ps1} +after_test: + - ps: Vsix-PublishToGallery From 9239a350ed3a0fa11c832c5e3bd89cab5e6a375c Mon Sep 17 00:00:00 2001 From: SSE4 Date: Mon, 17 Jun 2019 11:10:36 +0200 Subject: [PATCH 2/2] - publish only on master --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d5cde157..fc1f2db8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,4 +28,4 @@ deploy: deploy_script: - ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "master") {.\vsix\publish.ps1} after_test: - - ps: Vsix-PublishToGallery + - ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "master") {Vsix-PublishToGallery}