Skip to content

Commit e9b709d

Browse files
authored
Update Openssl Version (#21306)
* updated openssl version * updated openssl version * Renamed FF * Renamed FF * Removed Write-Host * bump dependency VstsTaskSdk * Added VstsTaskSdk * Changed versions * changed version * Add mock implementation of Get-VstsPipelineFeature to Initialize-Test.ps1 * added try/catch
1 parent c74dd45 commit e9b709d

File tree

44 files changed

+395
-154
lines changed

Some content is hidden

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

44 files changed

+395
-154
lines changed

Tasks/AzureAppServiceManageV0/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/AzureAppServiceManageV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"demands": [],
1919
"version": {
2020
"Major": 0,
21-
"Minor": 259,
22-
"Patch": 3
21+
"Minor": 263,
22+
"Patch": 0
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "$(Action): $(WebAppName)",

Tasks/AzureAppServiceManageV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"demands": [],
1919
"version": {
2020
"Major": 0,
21-
"Minor": 259,
22-
"Patch": 3
21+
"Minor": 263,
22+
"Patch": 0
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

Tasks/AzureCloudPowerShellDeploymentV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 1,
19-
"Minor": 257,
19+
"Minor": 263,
2020
"Patch": 0
2121
},
2222
"demands": [

Tasks/AzureCloudPowerShellDeploymentV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 1,
19-
"Minor": 257,
19+
"Minor": 263,
2020
"Patch": 0
2121
},
2222
"demands": [

Tasks/AzureCloudPowerShellDeploymentV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 2,
19-
"Minor": 257,
19+
"Minor": 263,
2020
"Patch": 0
2121
},
2222
"demands": [

Tasks/AzureCloudPowerShellDeploymentV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Microsoft Corporation",
1717
"version": {
1818
"Major": 2,
19-
"Minor": 257,
19+
"Minor": 263,
2020
"Patch": 0
2121
},
2222
"demands": [

Tasks/AzureFileCopyV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 257,
16+
"Minor": 263,
1717
"Patch": 0
1818
},
1919
"demands": [

Tasks/AzureFileCopyV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 257,
16+
"Minor": 263,
1717
"Patch": 0
1818
},
1919
"demands": [

Tasks/AzureFileCopyV2/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": 2,
16-
"Minor": 259,
17-
"Patch": 2
16+
"Minor": 263,
17+
"Patch": 0
1818
},
1919
"demands": [
2020
"azureps"

0 commit comments

Comments
 (0)