We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
powershell
1 parent cc0a64f commit 4b5d551Copy full SHA for 4b5d551
1 file changed
azure-pipelines.yml
@@ -37,9 +37,7 @@ steps:
37
PathtoPublish: '$(vsix)'
38
ArtifactName: '$(system.teamProject)'
39
40
-- task: PowerShell@2
41
- inputs:
42
- filePath: '$(Build.SourcesDirectory)\scripts\GetVersion.ps1'
+- powershell: '$(Build.SourcesDirectory)\scripts\GetVersion.ps1'
43
44
- task: GitHubRelease@0
45
inputs:
@@ -49,8 +47,6 @@ steps:
49
47
title: 'Version $(vsix.version)'
50
48
assets: '$(vsix)'
51
52
53
54
- filePath: '$(Build.SourcesDirectory)\scripts\PublishVsix.ps1'
55
- env:
56
- MARKETPLACE_TOKEN: $(marketplace.token)
+- powershell: '$(Build.SourcesDirectory)\scripts\PublishVsix.ps1'
+ env:
+ MARKETPLACE_TOKEN: $(marketplace.token)
0 commit comments