Skip to content

Commit 3f399d1

Browse files
committed
Changing warning message
1 parent 8ce1723 commit 3f399d1

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Tasks/DeployVisualStudioTestAgentV2/DeployTestAgent.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
param()
33

44
Trace-VstsEnteringInvocation $MyInvocation
5-
Write-Warning "This task and it’s companion task (Run Functional Tests) are now deprecated. Use the 'Visual Studio Test' task instead. The VSTest task can run unit as well as functional tests. Run tests on one or more agents using the multi-agent phase setting. Use the ‘Visual Studio Test Platform’ task to run tests without needing Visual Studio on the agent. VSTest task also brings new capabilities such as automatically rerunning failed tests. Visit https://aka.ms/testingwithphases for more information."
5+
Write-Warning "This task and it’s companion task (Run Functional Tests) are now deprecated and will stop working on 10-March-2019. Use the 'Visual Studio Test' task instead. The VSTest task can run unit as well as functional tests. Run tests on one or more agents using the multi-agent phase setting. Use the ‘Visual Studio Test Platform’ task to run tests without needing Visual Studio on the agent. VSTest task also brings new capabilities such as automatically rerunning failed tests. Visit https://aka.ms/testingwithphases for more information."
66
try {
77
Import-VstsLocStrings "$PSScriptRoot\Task.json"
88

Tasks/DeployVisualStudioTestAgentV2/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": 1,
17-
"Patch": 39
16+
"Minor": 147,
17+
"Patch": 1
1818
},
1919
"deprecated": true,
2020
"runsOn": [

Tasks/DeployVisualStudioTestAgentV2/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": 2,
15-
"Minor": 1,
16-
"Patch": 37
15+
"Minor": 147,
16+
"Patch": 1
1717
},
1818
"deprecated": true,
1919
"runsOn": [

Tasks/RunDistributedTestsV1/RunDistributedTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Function Override-TestSettingProperties
148148
return $hasOverridenProperties
149149
}
150150

151-
Write-Warning "This task and it’s companion task (Visual Studio Test Agent Deployment) are now deprecated. Use the 'Visual Studio Test' task instead. The VSTest task can run unit as well as functional tests. Run tests on one or more agents using the multi-agent phase setting. Use the ‘Visual Studio Test Platform’ task to run tests without needing Visual Studio on the agent. VSTest task also brings new capabilities such as automatically rerunning failed tests. Visit https://aka.ms/testingwithphases for more information."
151+
Write-Warning "This task and it’s companion task (Visual Studio Test Agent Deployment) are now deprecated and will stop working on 10-March-2019. Use the 'Visual Studio Test' task instead. The VSTest task can run unit as well as functional tests. Run tests on one or more agents using the multi-agent phase setting. Use the ‘Visual Studio Test Platform’ task to run tests without needing Visual Studio on the agent. VSTest task also brings new capabilities such as automatically rerunning failed tests. Visit https://aka.ms/testingwithphases for more information."
152152
Write-Verbose "Entering script RunDistributedTests.ps1"
153153
Write-Verbose "TestMachineGroup = $testMachineGroup"
154154
Write-Verbose "Test Drop Location = $dropLocation"

Tasks/RunDistributedTestsV1/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": 0,
17-
"Patch": 59
16+
"Minor": 147,
17+
"Patch": 1
1818
},
1919
"deprecated": true,
2020
"runsOn": [

Tasks/RunDistributedTestsV1/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": 0,
16-
"Patch": 57
15+
"Minor": 147,
16+
"Patch": 1
1717
},
1818
"deprecated": true,
1919
"runsOn": [

0 commit comments

Comments
 (0)