Skip to content

Commit ba624aa

Browse files
committed
fixes
1 parent 0705256 commit ba624aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/CI_release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ pool:
22
vmImage: 'ubuntu-latest'
33

44
stages:
5-
- stage: Setup
5+
- stage: BuildAndPackage
66
jobs:
7-
- job: npminstall
7+
- job: Package
88
steps:
99
- task: NodeTool@0
1010
inputs:
@@ -13,8 +13,6 @@ stages:
1313
- task: Npm@1
1414
inputs:
1515
command: 'install'
16-
- job: Package
17-
steps:
1816
- task: Npm@1
1917
inputs:
2018
command: 'custom'

0 commit comments

Comments
 (0)