Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove NPM package definition from tests of JenkinsQueueJobV2 #16668

Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Tasks/JenkinsQueueJobV2/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

import assert = require('assert');
import path = require('path');
import os = require('os');
import process = require('process');
import fs = require('fs');
import {JobState, checkStateTransitions} from '../states';

import * as ttm from 'azure-pipelines-task-lib/mock-test';
Expand Down
90 changes: 0 additions & 90 deletions Tasks/JenkinsQueueJobV2/Tests/package-lock.json

This file was deleted.

18 changes: 0 additions & 18 deletions Tasks/JenkinsQueueJobV2/Tests/package.json

This file was deleted.

6 changes: 3 additions & 3 deletions Tasks/JenkinsQueueJobV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Tasks/JenkinsQueueJobV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"bugs": {
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
},
"scripts": {
"build": "node ../../make.js build --task JenkinsQueueJobV2",
"test": "node ../../make.js test --task JenkinsQueueJobV2"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/node": "^10.17.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JenkinsQueueJobV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 200,
"Minor": 209,
"Patch": 0
},
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/JenkinsQueueJobV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 200,
"Minor": 209,
"Patch": 0
},
"groups": [
Expand Down