Skip to content

Commit 19539f7

Browse files
authored
Merge pull request #63 from microsoft/release/vNext
v1.7.2 - node10 support fix
2 parents 5e24da2 + 34c497d commit 19539f7

File tree

5 files changed

+34
-19
lines changed

5 files changed

+34
-19
lines changed

node_modules/.package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@microsoft/security-devops-actions-toolkit/msdo-nuget-client.js

+7-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@microsoft/security-devops-actions-toolkit/package.json

+9-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+10-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "microsoft-security-devops-action",
3-
"version": "1.7.0",
3+
"version": "1.7.2",
44
"description": "Node dependencies for the microsoft/security-devops-action.",
55
"scripts": {
6-
"test": "mocha"
6+
"build": "npx gulp"
77
},
88
"author": "Microsoft Corporation",
99
"license": "MIT",
1010
"dependencies": {
1111
"@actions/core": "1.10.0",
1212
"@actions/exec": "1.1.1",
13-
"@microsoft/security-devops-actions-toolkit": "1.7.0"
13+
"@microsoft/security-devops-actions-toolkit": "1.7.2"
1414
},
1515
"devDependencies": {
1616
"@types/mocha": "^2.2.44",
@@ -19,6 +19,7 @@
1919
"@types/sinon": "^4.1.2",
2020
"del": "^7.0.0",
2121
"gulp": "^4.0.2",
22+
"gulp-cli": "^2.3.0",
2223
"gulp-shell": "^0.8.0",
2324
"gulp-typescript": "^6.0.0-alpha.1",
2425
"sinon": "^4.1.3"

0 commit comments

Comments
 (0)