Skip to content

Commit

Permalink
Update dev publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Robthreefold committed Jul 29, 2024
1 parent 83c94a8 commit 52e45be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
name: Publish Visual Studio extension
- run : |
npm install -g tfx-cli
cd task
npm install
cd ..
npx tfx extension create --output-path --manifest-globs vss-extension-dev.json
npx tfx extension publish --auth-type pat -t $AZURE_TOKEN --publisher $PUBLISHER_ID --vsix ./SnykProfessionalServices.snyk-artifactory-upload-dev-${{fromJson(steps.set_version.outputs.vssextensiondevjson).version}}.vsix

0 comments on commit 52e45be

Please sign in to comment.