Skip to content

Commit d40bb7c

Browse files
authored
Merge branch 'master' into users/sanjuyadav/canary_testing_1
2 parents b328f0b + 3e143d0 commit d40bb7c

File tree

9 files changed

+404
-48
lines changed

9 files changed

+404
-48
lines changed

Tasks/AppCenterTestV1/package-lock.json

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

Tasks/AppCenterTestV1/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Visual Studio App Center Test Task",
55
"main": "appcentertest.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"postinstall": "patch-package"
89
},
910
"repository": {
1011
"type": "git",
@@ -22,7 +23,8 @@
2223
"appcenter-cli": "3.0.3",
2324
"azure-devops-node-api": "^11.1.0",
2425
"azure-pipelines-task-lib": "^4.13.0",
25-
"glob": "^7.0.6"
26+
"glob": "^7.0.6",
27+
"patch-package": "^8.0.0"
2628
},
2729
"devDependencies": {
2830
"typescript": "5.1.6"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
diff --git a/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/android/pom.xml b/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/android/pom.xml
2+
index af2f6c9..a9a7833 100644
3+
--- a/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/android/pom.xml
4+
+++ b/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/android/pom.xml
5+
@@ -11,7 +11,7 @@
6+
<dependency>
7+
<groupId>io.appium</groupId>
8+
<artifactId>java-client</artifactId>
9+
- <version>7.6.0</version>
10+
+ <version>9.4.0</version>
11+
</dependency>
12+
<dependency>
13+
<groupId>junit</groupId>
14+
diff --git a/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/ios/pom.xml b/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/ios/pom.xml
15+
index af2f6c9..a9a7833 100644
16+
--- a/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/ios/pom.xml
17+
+++ b/node_modules/appcenter-cli/dist/commands/test/lib/templates/appium/ios/pom.xml
18+
@@ -11,7 +11,7 @@
19+
<dependency>
20+
<groupId>io.appium</groupId>
21+
<artifactId>java-client</artifactId>
22+
- <version>7.6.0</version>
23+
+ <version>9.4.0</version>
24+
</dependency>
25+
<dependency>
26+
<groupId>junit</groupId>

Tasks/AppCenterTestV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 1,
15-
"Minor": 249,
16-
"Patch": 6
15+
"Minor": 261,
16+
"Patch": 0
1717
},
1818
"minimumAgentVersion": "2.206.1",
1919
"groups": [

Tasks/AppCenterTestV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 1,
15-
"Minor": 249,
16-
"Patch": 6
15+
"Minor": 261,
16+
"Patch": 0
1717
},
1818
"minimumAgentVersion": "2.206.1",
1919
"groups": [

Tasks/AzurePowerShellV5/CoreAz.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ try {
3535
}
3636
catch {
3737
Write-Host "An error occurred in Initialize-AzModule"
38-
Resolve-Error $_ | ConvertTo-Json -Depth 5 | Write-Host
3938
throw
4039
}
4140

Tasks/AzurePowerShellV5/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzurePowerShellV5/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 5,
20-
"Minor": 260,
20+
"Minor": 261,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Added support for Az Module and cross platform agents.",

Tasks/AzurePowerShellV5/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 5,
20-
"Minor": 260,
20+
"Minor": 261,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

0 commit comments

Comments
 (0)