Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jul 14, 2023
1 parent 8381367 commit 80a3658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,5 +286,5 @@ jobs:
- run: |
$visualStudioInstallPath = vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VSSDK -property installationPath
$vsixPublisher = Join-Path "$visualStudioInstallPath" "VSSDK\VisualStudioIntegration\Tools\Bin\VsixPublisher.exe"
echo "$vsixPublisher" publish -payload Roslynator.VisualStudio.vsix -publishManifest manifest.json -personalAccessToken ${{ secrets.VISUAL_STUDIO_PERSONAL_ACCESS_TOKEN }}"
echo "$vsixPublisher" publish -payload Roslynator.VisualStudio.vsix -publishManifest manifest.json -personalAccessToken ${{ secrets.VISUAL_STUDIO_PERSONAL_ACCESS_TOKEN }}
working-directory: vs_extension

0 comments on commit 80a3658

Please sign in to comment.