Skip to content

Commit d1ef16a

Browse files
localconstDmitriiBobreshevDmitrii Bobreshev (Akvelon INC)
authored
Bumped task lib in ABTT tasks. Part 6 (#20336)
* Update UseDotNetV2 * Update UseNodeV1 * Add SYSTEM_DEBUG to test command by default * Update UsePythonVersionV0 * Update UseRubyVersionV0 * Update XamarinAndroidV1 * Update XamariniOSV2 * Update XcodeV5 * Update XamarinTestCloudV1 * Update VSBuildV1 * Bump task lib in ABTT tasks. Part 6 - bump task versions * Bump task lib in ABTT tasks. Part 6 - Fix test in Xcode --------- Co-authored-by: Dmitrii Bobreshev <[email protected]> Co-authored-by: Dmitrii Bobreshev (Akvelon INC) <[email protected]>
1 parent 78fb667 commit d1ef16a

File tree

148 files changed

+8383
-8477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+8383
-8477
lines changed

Tasks/UseDotNetV2/Tests/L0.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function runValidations(validator: () => void, tr) {
1515
catch (error) {
1616
console.log("STDERR", tr.stderr);
1717
console.log("STDOUT", tr.stdout);
18+
throw error;
1819
}
1920
}
2021

Tasks/UseDotNetV2/Tests/usedotnetTests.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,7 @@ mockery.registerMock('./versioninstaller', {
165165
mockery.registerMock('./nugetinstaller', {
166166
NuGetInstaller: {
167167
installNuGet: function (version) {
168-
#if NODE20
169168
return new Promise<void>((resolve, reject) => {
170-
#else
171-
return new Promise((resolve, reject) => {
172-
#endif
173169
resolve();
174170
});
175171
}

Tasks/UseDotNetV2/_buildConfigs/Node20/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/UseDotNetV2/_buildConfigs/Node20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/mocha": "^5.2.6",
2828
"@types/node": "^20.3.1",
2929
"@types/semver": "6.0.0",
30-
"azure-pipelines-task-lib": "^4.13.0",
30+
"azure-pipelines-task-lib": "^4.16.0",
3131
"azure-pipelines-tasks-packaging-common": "^3.230.0",
3232
"azure-pipelines-tasks-utility-common": "^3.242.0",
3333
"azure-pipelines-tool-lib": "^2.0.7",

0 commit comments

Comments
 (0)