Skip to content

Commit df1fc80

Browse files
committed
Merge commit '34d77637785e27f78a4c13bdbc40b5ab23f72b17'
2 parents aa86370 + 34d7763 commit df1fc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ steps:
4545
echo ">>> Publish"
4646
yarn deploy
4747
displayName: Publish
48-
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Windows'))
48+
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Windows_NT'))
4949
env:
5050
VSCE_PAT: $(VSCE_PAT)

0 commit comments

Comments
 (0)