File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
# exits the script block after `npm install` completes.
8
8
- script : |
9
9
cd script/vsts
10
- npm install
10
+ npm install request-promise-native yargs
11
11
displayName: npm install
12
12
- script : node script/vsts/get-release-version.js --nightly
13
13
name : Version
Original file line number Diff line number Diff line change 9
9
# exits the script block after `npm install` completes.
10
10
- script : |
11
11
cd script/vsts
12
- npm install
12
+ npm install request-promise-native yargs
13
13
displayName: npm install
14
14
- script : node script/vsts/get-release-version.js
15
15
name : Version
Original file line number Diff line number Diff line change 13
13
# exits the script block after `npm install` completes.
14
14
- script : |
15
15
cd script/vsts
16
- npm install
16
+ npm install request-promise-native yargs
17
17
displayName: npm install
18
18
- script : node script/vsts/get-release-version.js
19
19
name : Version
You can’t perform that action at this time.
0 commit comments