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 842facd commit ce3ffbeCopy full SHA for ce3ffbe
package.json
@@ -14,7 +14,7 @@
14
"lint-and-fix": "eslint . --ext .ts --fix",
15
"create": "rm -rf dist ; npm run compile ; tfx extension create --manifest-globs vss-extension.json --output-path dist",
16
"release": "npx release-it -- --ci",
17
- "publish_ci": "tfx extension show --auth-type pat --token $AZURE_DEVOPS_EXT_PAT --publisher $PUBLISHER_NAME --extension-id $EXTENSION_ID --vsix GoReleaser.goreleaser-$VERSION.vsix"
+ "publish_ci": "tfx extension show --auth-type pat --token $AZURE_DEVOPS_EXT_PAT --publisher $PUBLISHER_NAME --extension-id $EXTENSION_ID --vsix dist/GoReleaser.goreleaser-$VERSION.vsix"
18
},
19
"repository": {
20
"type": "git",
0 commit comments