From 1efd22dddc485d9034379335b8145325164f1205 Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Fri, 28 Jun 2019 16:25:15 +1000 Subject: [PATCH] adding condition on artifact publish --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b8e3608..294ba74 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -66,6 +66,7 @@ jobs: displayName: 'Publish Pipeline Artifact' inputs: targetPath: release.vsix + condition: and(success(), eq(variables['node_version'], '12.x')) - job: Windows pool: