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.
1 parent 448424d commit 5708a03Copy full SHA for 5708a03
azure-pipelines.yml
@@ -33,7 +33,7 @@ stages:
33
remove-item $vswherePath
34
invoke-webrequest $vswhereLatest -OutFile $vswherePath
35
test-path $vswherePath -PathType Leaf
36
- displayName: 'Grab the latest version of vswehere.exe'
+ displayName: 'Grab the latest version of vswhere.exe'
37
38
- task: Npm@1
39
displayName: 'Build the extension'
@@ -195,4 +195,4 @@ stages:
195
assets: '$(publishProd.Extension.OutputPath)*'
196
changeLogCompareToRelease: 'lastFullRelease'
197
changeLogType: 'issueBased'
198
- changeLogLabels: '[{ "state" : "closed" }]'
+ changeLogLabels: '[{ "state" : "closed" }]'
0 commit comments