Skip to content

Commit

Permalink
quotes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gołębiowski committed Nov 15, 2024
1 parent 55b9645 commit ccc1f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-vsix-feed/privateGalleryCreator.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ if (!(Test-Path -Path $exePath -PathType Leaf)) {
Remove-Item $zipFile
}

$prm = '--input="$vsixDirectory" --output="$feedFile" --source="$sourcePath" --name="$galleryName" --terminate'
$prm = "--input=""$vsixDirectory"" --output=""$feedFile"" --source=""$sourcePath"" --name=""$galleryName"" --terminate"

Start-Process -FilePath $exePath -ArgumentList $prm -Wait -NoNewWindow

0 comments on commit ccc1f0a

Please sign in to comment.