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 9bec554 commit 95d0ed2Copy full SHA for 95d0ed2
1 file changed
action.yml
@@ -8,15 +8,12 @@ inputs:
8
marketplace-pat:
9
required: true
10
description: 'Your personal access token for the Marketplace'
11
- default: '${{ secrets.VS_PAT }}'
12
publish-manifest-path:
13
14
description: 'Relative path to your publish manifest'
15
- default: './src/extension.manifest.json'
16
vsix-path:
17
18
description: 'Relative path to your VSIX file'
19
- default: './output/extension.vsix'
20
vs-version:
21
description: 'Version of Visual Studio to search; defaults to latest if not specified'
22
required: false
0 commit comments