Skip to content

Commit 73a5d75

Browse files
Update task lib version for SF tasks (#5294) (#5466)
* Update task lib version for SF tasks (#5294) Cherry-picked from master branch commit e4e7486 * revert new line change
1 parent c35fda5 commit 73a5d75

File tree

10 files changed

+14
-10
lines changed

10 files changed

+14
-10
lines changed

Tasks/ServiceFabricComposeDeploy/make.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
"nugetv2": [
1010
{
1111
"name": "VstsTaskSdk",
12-
"version": "0.7.1",
12+
"version": "0.8.2",
1313
"repository": "https://www.powershellgallery.com/api/v2/",
1414
"cp": [
1515
{
1616
"source": [
17+
"*.dll",
1718
"*.ps1",
1819
"*.psd1",
1920
"*.psm1",

Tasks/ServiceFabricDeploy/make.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
"nugetv2": [
1414
{
1515
"name": "VstsTaskSdk",
16-
"version": "0.7.1",
16+
"version": "0.8.2",
1717
"repository": "https://www.powershellgallery.com/api/v2/",
1818
"cp": [
1919
{
2020
"source": [
21+
"*.dll",
2122
"*.ps1",
2223
"*.psd1",
2324
"*.psm1",

Tasks/ServiceFabricDeploy/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 1,
1818
"Minor": 3,
19-
"Patch": 10
19+
"Patch": 11
2020
},
2121
"demands": [
2222
"Cmd"

Tasks/ServiceFabricDeploy/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 1,
1818
"Minor": 3,
19-
"Patch": 10
19+
"Patch": 11
2020
},
2121
"demands": [
2222
"Cmd"

Tasks/ServiceFabricPowerShell/make.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
"nugetv2": [
1010
{
1111
"name": "VstsTaskSdk",
12-
"version": "0.7.1",
12+
"version": "0.8.2",
1313
"repository": "https://www.powershellgallery.com/api/v2/",
1414
"cp": [
1515
{
1616
"source": [
17+
"*.dll",
1718
"*.ps1",
1819
"*.psd1",
1920
"*.psm1",

Tasks/ServiceFabricPowerShell/task.json

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

Tasks/ServiceFabricPowerShell/task.loc.json

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

Tasks/ServiceFabricUpdateAppVersions/make.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"nugetv2": [
44
{
55
"name": "VstsTaskSdk",
6-
"version": "0.7.1",
6+
"version": "0.8.2",
77
"repository": "https://www.powershellgallery.com/api/v2/",
88
"cp": [
99
{
1010
"source": [
11+
"*.dll",
1112
"*.ps1",
1213
"*.psd1",
1314
"*.psm1",

Tasks/ServiceFabricUpdateAppVersions/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 1,
21-
"Patch": 12
21+
"Patch": 13
2222
},
2323
"minimumAgentVersion": "1.95.0",
2424
"instanceNameFormat": "Update Service Fabric App Versions",

Tasks/ServiceFabricUpdateAppVersions/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 1,
21-
"Patch": 12
21+
"Patch": 13
2222
},
2323
"minimumAgentVersion": "1.95.0",
2424
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)