File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11$VisualStudio = & " ${env: ProgramFiles(x86)} \Microsoft Visual Studio\Installer\vswhere.exe" - latest - prerelease - format json | ConvertFrom-Json
22$VsixPublisher = Join-Path - Path $VisualStudio.installationPath - ChildPath " VSSDK\VisualStudioIntegration\Tools\Bin\VsixPublisher.exe" - Resolve
3- & $VsixPublisher publish - payload $env: vsix - publishManifest " $PSScriptRoot \..\ vsix-publish.json" - personalAccessToken $env: MARKETPLACE_TOKEN
3+ & $VsixPublisher publish - payload $env: vsix - publishManifest " $PSScriptRoot \vsix-publish.json" - personalAccessToken $env: MARKETPLACE_TOKEN
Original file line number Diff line number Diff line change 1717 "repo" : " https://github.com/jjonescz/gtm-visualstudio-plugin" ,
1818 "assetFiles" : [
1919 {
20- "pathOnDisk" : " img\\ status-bar.png" ,
20+ "pathOnDisk" : " .. \\ img\\ status-bar.png" ,
2121 "targetPath" : " img/status-bar.png"
2222 }
2323 ]
You can’t perform that action at this time.
0 commit comments