File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 43
43
working-directory : src
44
44
env :
45
45
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
46
-
47
- # - run: npx vsce publish --packagePath contextive-${{ matrix.vsce_platform }}-${{ steps.get-version.outputs.VERSION}}.vsix
48
- # env:
49
- # VSCE_PAT: ${{ secrets.VSCE_PAT }}
50
- # working-directory: ./src/vscode/contextive
46
+ VSCE_PAT : ${{ secrets.VSCE_PAT }}
51
47
52
48
vscode :
53
49
name : VsCode Extension
Original file line number Diff line number Diff line change 3
3
push :
4
4
paths :
5
5
- ' src/**'
6
- - ' .github/**'
6
+ - ' .github/workflows/contextive.yml'
7
+ - ' .github/actions/**'
7
8
env :
8
9
DOTNET_VERSION : ' 7.0.x'
9
10
jobs :
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ pipeline "Contextive VsCode Extension" {
102
102
run ( fun ctx -> $" gh release upload {ctx.GetCmdArg(args.release)} {vsCodeAssetFileName ctx}" )
103
103
}
104
104
105
- stage " Publish to Marketplace" { echo " Not doing yet. " }
105
+ stage " Publish to Marketplace" { run ( fun ctx -> $ " npx vsce publish --packagePath {vsCodeAssetFileName ctx} " ) }
106
106
}
107
107
108
108
runIfOnlySpecified false
You can’t perform that action at this time.
0 commit comments