Skip to content

Commit f80a5e5

Browse files
authored
revert part 2, increment task versions (#14077)
* revert part 2, increment task versions * Doe the task.loc.json files
1 parent e369a89 commit f80a5e5

File tree

12 files changed

+33
-33
lines changed

12 files changed

+33
-33
lines changed

Tasks/AndroidSigningV2/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 2,
15-
"Minor": 178,
16-
"Patch": 0
15+
"Minor": 179,
16+
"Patch": 1
1717
},
1818
"demands": [
1919
"JDK"
@@ -164,4 +164,4 @@
164164
"NoMatchingFiles": "No matching files were found with search pattern: %s",
165165
"DeleteKeystoreFileFailed": "Failed to delete keystore file downloaded from the server: %s"
166166
}
167-
}
167+
}

Tasks/AndroidSigningV2/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 2,
15-
"Minor": 178,
16-
"Patch": 0
15+
"Minor": 179,
16+
"Patch": 1
1717
},
1818
"demands": [
1919
"JDK"
@@ -164,4 +164,4 @@
164164
"NoMatchingFiles": "ms-resource:loc.messages.NoMatchingFiles",
165165
"DeleteKeystoreFileFailed": "ms-resource:loc.messages.DeleteKeystoreFileFailed"
166166
}
167-
}
167+
}

Tasks/AndroidSigningV3/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 3,
15-
"Minor": 178,
16-
"Patch": 0
15+
"Minor": 179,
16+
"Patch": 1
1717
},
1818
"releaseNotes": "This version of the task uses apksigner instead of jarsigner to sign APKs.",
1919
"demands": [
@@ -199,4 +199,4 @@
199199
"GetLatestToolVersion": "Trying to get the latest installed version of tool: %s",
200200
"GetSpecifiedToolVersion": "Trying to get version %s of %s"
201201
}
202-
}
202+
}

Tasks/AndroidSigningV3/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 3,
15-
"Minor": 178,
16-
"Patch": 0
15+
"Minor": 179,
16+
"Patch": 1
1717
},
1818
"releaseNotes": "ms-resource:loc.releaseNotes",
1919
"demands": [
@@ -199,4 +199,4 @@
199199
"GetLatestToolVersion": "ms-resource:loc.messages.GetLatestToolVersion",
200200
"GetSpecifiedToolVersion": "ms-resource:loc.messages.GetSpecifiedToolVersion"
201201
}
202-
}
202+
}

Tasks/DownloadSecureFileV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 177,
16+
"Minor": 179,
1717
"Patch": 1
1818
},
1919
"runsOn": [
@@ -62,4 +62,4 @@
6262
}
6363
},
6464
"messages": {}
65-
}
65+
}

Tasks/DownloadSecureFileV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 177,
16+
"Minor": 179,
1717
"Patch": 1
1818
},
1919
"runsOn": [
@@ -62,4 +62,4 @@
6262
}
6363
},
6464
"messages": {}
65-
}
65+
}

Tasks/InstallAppleCertificateV2/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 178,
17-
"Patch": 0
16+
"Minor": 179,
17+
"Patch": 1
1818
},
1919
"releaseNotes": "Fixes codesign hangs on a self hosted agent. A Keychain password is now required to use `Default Keychain` or `Custom Keychain`. Microsoft hosted builds should use `Temporary Keychain`.",
2020
"runsOn": [
@@ -140,4 +140,4 @@
140140
"CertNotValidYetError": "Certificate \"%s\" (fingerprint: %s) isn't valid until %s",
141141
"CertExpiredError": "Certificate \"%s\" (fingerprint: %s) expired on %s"
142142
}
143-
}
143+
}

Tasks/InstallAppleCertificateV2/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 178,
17-
"Patch": 0
16+
"Minor": 179,
17+
"Patch": 1
1818
},
1919
"releaseNotes": "ms-resource:loc.releaseNotes",
2020
"runsOn": [
@@ -140,4 +140,4 @@
140140
"CertNotValidYetError": "ms-resource:loc.messages.CertNotValidYetError",
141141
"CertExpiredError": "ms-resource:loc.messages.CertExpiredError"
142142
}
143-
}
143+
}

Tasks/InstallAppleProvisioningProfileV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 178,
17-
"Patch": 0
16+
"Minor": 179,
17+
"Patch": 1
1818
},
1919
"runsOn": [
2020
"Agent",

Tasks/InstallAppleProvisioningProfileV1/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 178,
17-
"Patch": 0
16+
"Minor": 179,
17+
"Patch": 1
1818
},
1919
"runsOn": [
2020
"Agent",
@@ -98,4 +98,4 @@
9898
"InstallRequiresMac": "ms-resource:loc.messages.InstallRequiresMac",
9999
"InvalidMobileProvisionFileExtension": "ms-resource:loc.messages.InvalidMobileProvisionFileExtension"
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)