Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit b58ffba

Browse files
authored
Merge pull request #59 from dotnet/dependency-cleanup
Remove unused dependencies
2 parents 2a6dbc2 + 31beab2 commit b58ffba

File tree

5 files changed

+3762
-6688
lines changed

5 files changed

+3762
-6688
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ jobs:
1313
displayName: 'Install Node.js'
1414

1515
- script: |
16-
npm install
16+
npm ci
1717
displayName: 'npm install'
1818
1919
- task: CmdLine@2
2020
displayName: 'Build .NET extension pack'
2121
inputs:
2222
script: |
23-
echo Building .NET extension pack vsix...
23+
echo Building .NET extension pack vsix...
2424
npx vsce@latest package
25-
25+
2626
- task: CopyFiles@2
2727
inputs:
2828
Contents: '*.vsix'
2929
TargetFolder: '$(Build.ArtifactStagingDirectory)'
30-
30+
3131
- task: PublishBuildArtifacts@1
3232
inputs:
3333
PathtoPublish: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)