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

locking azure-devops-node-api to 8.0.0 in packaging-common #10613

Merged
merged 6 commits into from
Jun 11, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
25 changes: 7 additions & 18 deletions Tasks/Common/packaging-common/package-lock.json

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

2 changes: 1 addition & 1 deletion Tasks/Common/packaging-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "10.12.9",
"@types/q": "1.5.2",
"adm-zip": "^0.4.11",
"azure-devops-node-api": "^8.0.0",
"azure-devops-node-api": "8.0.0",
"azure-pipelines-task-lib": "2.8.0",
"azure-pipelines-tool-lib": "0.12.0",
"ini": "^1.3.4",
Expand Down
42 changes: 21 additions & 21 deletions Tasks/Common/utility-common/package-lock.json

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

6 changes: 3 additions & 3 deletions Tasks/DotNetCoreCLIV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 153,
"Patch": 1
"Minor": 154,
"Patch": 0
},
"minimumAgentVersion": "2.115.0",
"instanceNameFormat": "dotnet $(command)",
Expand Down Expand Up @@ -558,4 +558,4 @@
"NGCommon_UnableToFindTool": "Unable to find tool %s",
"Warning_UpdatingNuGetVersion": "Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, deselect the 'Check for Latest Version' option in the task."
}
}
}
6 changes: 3 additions & 3 deletions Tasks/DownloadPackageV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "ms-vscs-rm",
"version": {
"Major": 0,
"Minor": 153,
"Patch": 1
"Minor": 154,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "1.99.0",
Expand Down Expand Up @@ -107,4 +107,4 @@
"OperationFailed": "Failed in %s with error: %s",
"UnsupportedProjectScopedFeeds": "Project-scoped feeds are not supported by this version of the \"Download Package\" task. Please use version 1 or higher."
}
}
}
6 changes: 3 additions & 3 deletions Tasks/DownloadPackageV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "ms-vscs-rm",
"version": {
"Major": 1,
"Minor": 153,
"Patch": 1
"Minor": 154,
"Patch": 0
},
"demands": [],
"releaseNotes": "Adds support to download Maven, Python, Universal and Npm packages.",
Expand Down Expand Up @@ -182,4 +182,4 @@
"Info_Downloading": "Downloading package: %s, version: %s using feed id: %s",
"Info_UsingArtifactToolDownload": "Using artifact tool to download the package"
}
}
}
4 changes: 2 additions & 2 deletions Tasks/MavenV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 153,
"Minor": 154,
"Patch": 0
},
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",
Expand Down Expand Up @@ -409,4 +409,4 @@
"AuthenticationNotNecessary": "No built-in Maven feeds requiring authentication were found. Disable 'Authenticate built-in Maven feeds' for faster builds.",
"UsingAuthFeed": "Using built-in feed: "
}
}
}
6 changes: 3 additions & 3 deletions Tasks/MavenV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 153,
"Patch": 1
"Minor": 154,
"Patch": 0
},
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",
"demands": [
Expand Down Expand Up @@ -410,4 +410,4 @@
"UsingAuthFeed": "Using built-in feed: ",
"NoTestResults": "No test result files matching %s were found, so publishing JUnit test results is being skipped."
}
}
}
4 changes: 2 additions & 2 deletions Tasks/NpmAuthenticateV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 153,
"Minor": 154,
"Patch": 0
},
"runsOn": [
Expand Down Expand Up @@ -66,4 +66,4 @@
"argumentFormat": ""
}
}
}
}
6 changes: 3 additions & 3 deletions Tasks/NpmV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 153,
"Patch": 1
"Minor": 154,
"Patch": 0
},
"runsOn": [
"Agent",
Expand Down Expand Up @@ -196,4 +196,4 @@
"WorkingDirectoryNotDirectory": "Please change your working directory to a valid directory",
"NGCommon_AreaNotFoundInSps": "Unable to locate the '%s' [%s] area. The service containing that area may not be available in your region."
}
}
}
Loading