File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
dotnet-version : 3.1.x
22
22
- name : Install nbgv
23
- run : dotnet tool install nbgv --tool-path ./tools --version 3.3.37
23
+ run : dotnet tool install nbgv --tool-path ./. tools --version 3.3.37
24
24
- name : Run nbgv
25
- run : echo "NUGET_PACKAGE_VERSION=$(./tools/nbgv get-version -v NuGetPackageVersion)" >> $GITHUB_ENV
25
+ run : echo "NUGET_PACKAGE_VERSION=$(./. tools/nbgv get-version -v NuGetPackageVersion)" >> $GITHUB_ENV
26
26
- name : 🚀 Build
27
27
run : |
28
28
npm ci
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ node_modules
4
4
* .vsix
5
5
deps
6
6
* .nupkg
7
- .DS_Store
7
+ .DS_Store
8
+ .tools /
Original file line number Diff line number Diff line change
1
+ .github /**
1
2
.vscode /**
3
+ .tools /**
4
+ sample-workspaces /**
2
5
src /**
3
6
.gitignore
4
7
node_modules /**
5
8
** /tsconfig.json
6
9
** /* .map
7
10
** /* .ts
8
11
* .nupkg
9
- sample-workspace
You can’t perform that action at this time.
0 commit comments