Releases: microsoft/azure-pipelines-tasks
MSBuild/VSBuild task update for TFS 2017 RTM and TFS 2017 Update 1
Symptoms
When you use Team Foundation Server (TFS) 2017 RTM or Update 1, and the MSBuild or VSBuild task with Visual Studio 2017 Update 2 or higher. The task is unable to find the installed location of msbuild.exe.
Resolution
The preferred resolution is to update to TFS 2017 Update 2 or higher.
Otherwise the steps below can be used to update the MSBuild and VSBuild tasks:
-
If you are not the TFS team project collection administrator, make sure that you have been added as an agent pool administrator at
All Poolslevel. For more information, see Agent pools. -
Download the attached PowerShell script Update-MSBuild_VSBuild_TFS2017RTM_thru_U1.ps1.
-
On one your TFS Application Tiers, open a PowerShell console, and then change the current location to the directory where you downloaded the .ps1 file in step 2.
-
To verify that your execution policy allows for the execution of installation scripts, run the following command line:
Set-ExecutionPolicy Unrestricted -Scope Process -Force- From a TFS Application Tier, run the installation script against your TFS collection, as follows:
.\Update-MSBuild_VSBuild_TFS2017RTM_thru_U1.ps1 -CollectionUrl http://myserver:8080/tfs/DefaultCollectionNote, agent capabilities
When using TFS 2017 RTM or TFS 2017 Update 1, you may also be experiencing an error when queuing the build:
No agent could be found with the following capabilities: msbuild [...]
or
No agent could be found with the following capabilities: visualstudio [...]
To resolve the capability error, you can either add the missing capability as a user capability or you can download and install the TFS 2017 Update 2 agent.
SqlAzureDacpacDeployment_m119_private
[AzureRG Deploy] Removing multiple occurrences of task-lib (#4619) * removing multiple occurences of task-lib * removing vso-node-api as well * merging items
MSBuild VSBuild 118
Hotfix created from branch: refs/heads/releases/m118
Commit: 1fb1744
The purpose of this hotfix is to fix the bug calling vswhere (does not find build tools product) and vs fallback issues
Use TFX to upload to your account. You will need to follow the instructions on the TFX repo to:
- Install TFX
- Login using a PAT
- Be in the admin role at the "All pools" level.
- Use the
tfx build tasks upload command
Details on each of the steps are listed on the TFX repo and in or linked from the README.md
v116
Sprint 116
ANT
- Users/lukillgo/antcc (#4061) (2017-04-18)
- Loc handback (#4098) (2017-04-21)
- Publish test results for failed ant builds (#4108) (2017-04-24)
AndroidSigning
- Loc handback (#4099) (2017-04-21)
AzureAppServiceManage
- Users/arjgupta/wait for app to start (#4058) (2017-04-19)
- Adding a Safety Check to see if api response actually does contain a … (#4072) (2017-04-19)
- Loc handback (#4098) (2017-04-21)
- Loc handback (#4099) (2017-04-21)
- Azure App service Manage & Deploy Task Spec changes (#4125) (2017-05-04)
AzureCLI
- Loc handback (#4099) (2017-04-21)
AzureCloudPowerShellDeployment
- Loc handback (#4099) (2017-04-21)
AzureFileCopy
- Users niadak afcblobprefixissue (#4051) (2017-04-18)
- Update patch version of AFC task (#4067) (2017-04-19)
- changed azure rm subscription to azure subscription (#4079) (2017-04-20)
- Loc handback (#4098) (2017-04-21)
- Test runner option (#4257) (2017-05-05)
AzureKeyVault
- Azure key vault task (#3933) (2017-05-08)
- Azure key vault task bug fixes and CR feedback (#4268) (2017-05-08)
AzurePowerShell
- changed azure rm subscription to azure subscription (#4079) (2017-04-20)
- Loc handback (#4098) (2017-04-21)
- Test runner option (#4257) (2017-05-05)
AzureResourceGroupDeployment
- Making input fields editable (#4092) (2017-04-27)
- removing unused messages (#4106) (2017-05-04)
- loc changes for #4092 (#4159) (2017-04-27)
- Loc handback (#4166) (2017-04-27)
- [ARG Task]bumpup version for hotfixing DG option change (#4238) (2017-05-08)
AzureRmWebAppDeployment
- Users/padepu/azure rm linux web app support (#3989) (2017-04-18)
- Users/ajya/special case handle for expansionof build (#4068) (2017-04-19)
- Azure App service Manage & Deploy Task Spec changes (#4125) (2017-05-04)
- Loc handback (#4166) (2017-04-27)
- Porting linuxFxVersion fix. (#4210) (2017-05-03)
- Fix Non Windows Platform Tests (#4227) (2017-05-04)
- Users/ajya/default web app task inputs (#4253) (2017-05-07)
DeployVisualStudioTestAgent
- Install TA 2017 offline (#4059) (2017-04-20)
- Correction in Process exitcode check (#4148) (2017-04-26)
- remove preview tag and bump task version (#4194) (2017-05-02)
- Run DTA tasks only on agent (#4196) (2017-05-02)
- Users/nigurr/update test execution engine (#4203) (2017-05-03)
- update task acquistion package (#4219) (2017-05-04)
Docker
- Docker task using spn creds for authentication in ACR (#4053) (2017-04-18)
- Users/jikuma/kubernetes (#4109) (2017-05-03)
- Docker and Docker Compose task localisation and required input fix (#4136) (2017-04-26)
- Loc handback (#4166) (2017-04-27)
- docker compose linux issue fixed and default values changed (#4246) (2017-05-05)
DockerCompose
- Docker task using spn creds for authentication in ACR (#4053) (2017-04-18)
- Users/jikuma/kubernetes (#4109) (2017-05-03)
- Docker and Docker Compose task localisation and required input fix (#4136) (2017-04-26)
- Loc handback (#4166) (2017-04-27)
- docker compose linux issue fixed and default values changed (#4246) (2017-05-05)
DotNetCoreCLI
- DotNetCoreCLI task Upgrade (#4013) (2017-04-17)
- [DotNetCore CLI] Fixes in par with the release branch (#4049) (2017-04-21)
- [DotNetCoreCLI] Fixing typo (#4266) (2017-05-08)
DownloadPackage
- Users/omeshp/package task changes (#4081) (2017-04-21)
- Fix resources for download package task. (#4141) (2017-04-26)
- Fix download zip location and add thirdpartynotices. (#4178) (2017-04-28)
Gradle
- Users/lukillgo/failemptycc (#4034) (2017-04-17)
- Users/lukillgo/gradlecc (#4048) (2017-04-17)
- #970900 fix unit tests on macOS (#4050) (2017-04-17)
- Users/lukillgo/antcc (#4061) (2017-04-18)
- Allow passing in sonarqube plugin version in gradle task (#4233) (2017-05-05)
IISWebAppDeploymentOnMachineGroup
- Azure App service Manage & Deploy Task Spec changes (#4125) (2017-05-04)
IISWebAppManagementOnMachineGroup
- Added multiple binding support in IIS Manage (#3952) (2017-05-05)
- Loc handback (#4166) (2017-04-27)
- Users/arjgupta/picklistfix (#4195) (2017-05-03)
- updated picklist default values (#4242) (2017-05-05)
- Test runner option (#4257) (2017-05-05)
InstallAppleCertificate
- mark tasks preview (#4086) (2017-04-20)
- define HOME in the tests so they work on all platforms (#4123) (2017-04-25)
- Loc handback (#4212) (2017-05-03)
InstallAppleProvisioningProfile
- mark tasks preview (#4086) (2017-04-20)
- define HOME in the tests so they work on all platforms (#4123) (2017-04-25)
- Loc handback (#4166) (2017-04-27)
- Loc handback (#4212) (2017-05-03)
InstallSSHKey
- Users/lukillgo/installsshkey (#4258) (2017-05-08)
JenkinsQueueJob
- Loc handback (#4166) (2017-04-27)
Kubernetes
- Users/jikuma/kubernetes (#4109) (2017-05-03)
- Loc handback (#4212) (2017-05-03)
- Changed Kubernetes task description (#4223) (2017-05-04)
MSBuild
- Switch to vswhere.exe (#4113) (2017-04-25)
- Users/ersciple/m117fallback (#4170) (2017-05-01)
- Rearrange MSBuild/VSBuild inputs (#4213) (2017-05-03)
- Test runner option (#4257) (2017-05-05)
Maven
- Users/lukillgo/failemptycc (#4034) (2017-04-17)
- Users/lukillgo/gradlecc (#4048) (2017-04-17)
- Users/lukillgo/antcc (#4061) (2017-04-18)
NuGet
NuGetInstaller
- Features/nuget tasks (#4075) (2017-04-19)
NuGetPublisher
- Add proxy support to NuGet tasks (#4173) (2017-04-28)
NuGetRestore
- Fixing NuGet tests (#4085) (2017-04-20)
- Changing NuGet Restore name in list (#4112) (2017-04-24)
- Loc handback (#4166) (2017-04-27)
- Add proxy support to NuGet tasks (#4173) (2017-04-28)
PackageDownloader
- Fixed version format (#4042) (2017-04-17)
- cr comments. (#4062) (2017-04-18)
- Bumping up patch version. (#4070) (2017-04-19)
PackerBuild
- Make deploy script path relative to package path and do not copy scri… (#4095) (2017-04-24)
- Fix L0 failures for PackerBuild task (#4119) (2017-04-25)
- change packer task deploy package help-text and remove default value (#4142) (2017-04-26)
- Task UI display changes (#4149) (2017-04-26)
- Fix SPN parsing issue (#4154) (2017-04-26)
PowerShellOnTargetMachines
- Test runner option (#4257) (2017-05-05)
PublishCodeCoverageResults
- #974338: Publish CC Results: Fail optionally if nothing to publish (#4188) (2017-05-01)
PublishSymbols
- Test runner option (#4257) (2017-05-05)
QuickPerfTest
- Updated testsettings and loadtest files folder not to use the source (#4041) (2017-04-19)
RunDistributedTests
- Made test configuration in RFT task mandatory (#4078) (2017-04-20)
- Run DTA tasks only on agent (#4196) (2017-05-02)
- update task acquistion package (#4219) (2017-05-04)
RunJMeterLoadTest
- Updated testsettings and loadtest files folder not to use the source (#4041) (2017-04-19)
RunLoadTest
- Updated testsettings and loadtest files folder not to use the source (#4041) (2017-04-19)
ServiceFabricComposeDeploy
ServiceFabricDeploy
- Test runner option (#4257) (2017-05-05)
ServiceFabricPowerShell
- Test runner option (#4257) (2017-05-05)
ServiceFabricUpdateAppVersions
- Test runner option (#4257) (2017-05-05)
SqlAzureDacpacDeployment
- Fixing password issue (#4060) (2017-04-19)
- changed azure rm subscription to azure subscription (#4079) (2017-04-20)
- Users/subraman/errmsgemptyfix (#4135) (2017-04-26)
- Test runner option (#4257) (2017-05-05)
SqlDacpacDeploymentOnMachineGroup
- Documentation upadated for sql dacpac deployment for deployment group (#4025) (2017-04-18)
- Users/arjgupta/picklistfix (#4195) (2017-05-03)
VSBuild
- Switch to vswhere.exe (#4113) (2017-04-25)
- VSBuild icon (#4197) (2017-05-02)
- Rearrange MSBuild/VSBuild inputs (#4213) (2017-05-03)
- Test runner option (#4257) (2017-05-05)
VSMobileCenterTest
- New Mobile Center logo (#4198) (2017-05-02)
VSMobileCenterUpload
- Mobile Center Upload task fails when no symbols found (#4073) (2017-04-19)
- New Mobile Center logo (#4198) (2017-05-02)
- update help for appSlug (#4215) (2017-05-03)
VsTest
- Live stream the logs (#3874) (2017-04-24)
- Error out in case settings file does not exist. (#4056) (2017-04-19)
- Add back otherConsoleOptions with UTs (#4065) (2017-04-19)
- Update the TIA fwd link and run in parallel link (#4071) (2017-04-19)
- Users/ranjanar/logs errorstream bugs (#4089) (2017-04-24)
- honour testcasefilter as well in response file (#4096) (2017-04-24)
- Fix issue in reporting duplicate error messages (#4105) (2017-04-24)
- Warning message (#4107) (2017-04-24)
- RunInParallel properly set when in the runsetting even if it set to d… (#4116) (2017-04-25)
- fixed fwd link and help text (#4121) (2017-04-25)
- enabled automatic detection of PR flow and made /test default. this can be overriden by using TIA.useTestCaseFilterInResponseFile (#4124) (2017-05-02)
- Fixed overriding test run parameters (#4137) (2017-04-26)
- Fix Tasks CI and use published version of node-api (#4145) (2017-04-26)
- Fix Unicode/UTF8 issues for Runsettings (#4162) (2017-04-27)
- Chaging search logic for test adapters (#4177) (2017-04-28)
- Introducing latest back (#4179) (2017-05-01)
- Users/ranjanar/custom adapter path (#4192) (2017-05-02)
- Users/nigurr/update test execution engine (#4203) (2017-05-03)
- bump up testslector version (#4205) (2017-05-03)
- WriteLine/Error prints extra line on top of the message which is leading to lot of empty lines in the build log (#4206) (2017-05-03)
- User/ranjanar/minorfixes (#4209) (2017-05-04)
- Update documentation (#4217) (2017-05-04)
- Updating test execution version (#4250) (2017-05-05)
- Test runner option (#4257) (2017-05-05)
WindowsMachineFileCopy
- Test runner option ...
v114
Sprint 114
AndroidSigning
- Added help for AndroidSigning (#3784) (2017-03-13)
AzureAppServiceManage
- Post deployment script execution - Azure App Service Deploy (#3751) (2017-03-14)
AzureFileCopy
- Azure File Copy - Support for Root Container (#3773) (2017-03-13)
AzurePowerShell
- Bug fix in AzurePowerShell.ps1 (#3766) (2017-03-14)
AzureResourceGroupDeployment
- Uncommenting L0 tests; were commented earlier by mistake (#3731) (2017-03-14)
- [AzureRG Deploy] Checking encoding of a file before parsing (#3743) (2017-03-10)
- remove process.exit from tasks (#3769) (2017-03-10)
- [AzureRG Deploy] Parsing the override parameter based on the type (#3815) (2017-03-20)
AzureRmWebAppDeployment
- Post deployment script execution - Azure App Service Deploy (#3751) (2017-03-14)
- Variable Substitution Issue fix (#3775) (2017-03-15)
DeployVisualStudioTestAgent
- Fix issue in setting the registry for auto logon and resolving the domain user (#3760) (2017-03-13)
IISWebAppDeploymentOnMachineGroup
- Variable Substitution Issue fix (#3775) (2017-03-15)
JenkinsQueueJob
- Enhancing support of Jenkins pipeline and multibranch pipeline jobs (#3772) (2017-03-10)
ManualIntervention
PackerBuild
- Adding linux VM support for packer build task (#3754) (2017-03-10)
- Packer Task UI improvments (#3764) (2017-03-10)
- remove process.exit from tasks (#3769) (2017-03-10)
- Add task input for deploy script arguments (#3785) (2017-03-14)
- Support file globbing in deploy package path (#3786) (2017-03-15)
- Add support for custom packer template (#3789) (2017-03-16)
- Download and unzip packer if required (#3802) (2017-03-17)
QuickPerfTest
- Fixed the help text for avgresponsetimethreshold field (#3817) (2017-03-20)
ServiceFabricDeploy
- Added option to SkipUpgradeSameTypeAndVersion (#3529) (2017-03-10)
SqlAzureDacpacDeployment
- Using new controller for ip detection (#3759) (2017-03-10)
VSMobileCenterUpload
- MC Upload task should support UWP app symbols (#3745) (2017-03-08)
- Improve App Slug field's tooltip (#3821) (2017-03-20)
XamariniOS
- Update iOS signing to handle empty P12 passphrase (#3757) (2017-03-08)
- Add to "Override Using" helpMarkDown (#3783) (2017-03-13)
Xcode
v113
Sprint 113
ANT
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
ArchiveFiles
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
AzureAppServiceManage
- Users/ajya/nationalcloudclientsidechanges (#3551) (2017-02-16)
AzureCLI
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
- Using azure-cli python sdk (#3737) (2017-03-07)
AzureFileCopy
- Users/ajya/nationalcloudclientsidechanges (#3551) (2017-02-16)
- Validate Root Container and add. args (#3654) (2017-02-26)
AzureNLBManagement
- Users/ajya/nationalcloudclientsidechanges (#3551) (2017-02-16)
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
AzurePowerShell
- Users/ajya/nationalcloudclientsidechanges (#3551) (2017-02-16)
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
AzureResourceGroupDeployment
- Users/ajya/nationalcloudclientsidechanges (#3551) (2017-02-16)
- Fixing bug: Deployment is displayed as eployment (#3632) (2017-02-16)
- Users/desattir/azure rg deploy/read me update (#3700) (2017-03-01)
- defaultURL check Azure RG (#3715) (2017-03-02)
AzureRmWebAppDeployment
- Users/ajya/nationalcloudclientsidechanges (#3551) (2017-02-16)
- Recursive Copy Fix & MSdeploy Changes (#3618) (2017-02-21)
- back compat for xml sub -master (#3666) (2017-02-22)
- Custom Script Feature for Azure App Service Deploy task (#3688) (2017-03-03)
BatchScript
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
CmdLine
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
CocoaPods
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
CopyFiles
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
CopyFilesOverSSH
- Set min agent version for SSH tasks (#3652) (2017-02-20)
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
DecryptFile
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
DeleteFiles
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
DeployVisualStudioTestAgent
- Fix running coded ui tests with dta and test agent 2017 (#3622) (2017-02-16)
- Cherrypick changes for TCM Automated test storage issue (#3699) (2017-03-01)
- Fix TestAgent 2017 Installation Path (#3707) (2017-03-01)
- Drop location dot fix (#3730) (#3733) (2017-03-06)
DotNetCoreCLI
ExtractFiles
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
FtpUpload
- Users/yacao/ftpentercreds (#3646) (2017-02-17)
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
Gradle
- renaming MachineGroups to DeploymentGroups (#3735) (2017-03-06)
IISWebAppDeploymentOnMachineGroup
- Recursive Copy Fix & MSdeploy Changes (#3618) (2017-02-21)
- back compat for xml sub -master (#3666) (2017-02-22)
IISWebAppManagementOnMachineGroup
- Updated help texts and default inputs (#3607) (2017-02-15)
- Added additional actions for website and app pool (#3660) (2017-02-28)
- Added L0 tests for IIS Web App Manage task (#3705) (2017-03-02)
- Added special char trimming for ssl and updated help texts (#3724) (2017-03-03)
- IIS Manage Task : Updated the readme and made minor changes in the UI (#3734) (2017-03-06)
Maven
- Improve help for Maven
testResultsFilesfield (#3689) (2017-02-28)
PackerBuild
- Initial changes for packer build task (#3702) (2017-03-07)
PowerShellOnTargetMachines
- Updated task to use parameters grid extension (#3704) (2017-03-01)
PublishTestResults
- Moving PTR task to v2. (#3650) (2017-03-01)
QuickPerfTest
- Updated the load test results Uri being shown in the summary (#3614) (2017-02-15)
SSH
- Set min agent version for SSH tasks (#3652) (2017-02-20)
SqlAzureDacpacDeployment
- Users/ajya/nationalcloudclientsidechanges (#3551) (2017-02-16)
SqlDacpacDeploymentOnMachineGroup
- Added servername input (#3706) (2017-03-02)
VSMobileCenterTest
- Remove "Visual Studio" from Mobile Center task names (#3651) (2017-02-20)
VSMobileCenterUpload
- #893187 - support multiple dSYMs upload (#3580) (2017-02-15)
- Remove "Visual Studio" from Mobile Center task names (#3651) (2017-02-20)
VsTest
- First Level Refactoring of vstest++ task (#3493) (2017-02-20)
- Update README.md (#3615) (2017-02-15)
- Users/ranjanar/formaster (#3643) (2017-02-20)
- Fixing the import filenames (#3653) (2017-02-20)
- Users/nigurr/fix adapter pattern (#3677) (2017-02-23)
- Bumping up the test selector version (#3693) (2017-02-28)
- Cherrypick changes for TCM Automated test storage issue (#3699) (2017-03-01)
- Agent name should be unique within machine (#3714) (2017-03-02)
- Patch TestExecution binaries (#3722) (2017-03-03)
XamariniOS
- Users/madhurig/xiosclean (#3721) (2017-03-03)
Xcode
- Users/mg/xcode (#3649) (2017-02-20)
v110
Sprint 110
ANT
- Loc strings (#3370) (2017-01-05)
- Missing Code Coverage group options (#3384) (2017-01-09)
- Bumping up task version (#3385) (2017-01-09)
- Update Ant's task lib to include line quote fix (#3387) (2017-01-09)
AndroidSigning
- Loc strings (#3370) (2017-01-05)
ArchiveFiles
- Loc strings (#3370) (2017-01-05)
- include .dotfiles in Archive step (#3414) (2017-01-16)
- Bump ArchiveFiles version, fix error, and tweak strings (#3430) (2017-01-16)
AzureAppServiceManage
- Change vsts-task-lib version to 2.0.1-preview (#3318) (2016-12-30)
- Loc strings (#3370) (2017-01-05)
- Added Runs On propperty to tasks so that it will be visible with only… (#3412) (2017-01-16)
AzureCloudPowerShellDeployment
- Added Runs On propperty to tasks so that it will be visible with only… (#3412) (2017-01-16)
AzureFileCopy
- Azure File copy - Make SkipCACheck optional (#3371) (2017-01-06)
AzureNLBManagement
- Locking down versions of dependent package (#3345) (2017-01-03)
- Removing mocha from devdependencies (#3348) (2017-01-04)
- Loc strings (#3370) (2017-01-05)
AzureRmWebAppDeployment
- Change vsts-task-lib version to 2.0.1-preview (#3318) (2016-12-30)
- Fix OSX-CI Build (#3329) (2016-12-30)
- flushing buffer during error handling (#3344) (2017-01-03)
- Removing mocha from devdependencies (#3348) (2017-01-04)
- added unit tests for msdeployutility.containsparamfilefunction (#3388) (2017-01-10)
- updated third party license for master (#3401) (2017-01-11)
- Users/arjgupta/iis mg update2 (#3405) (2017-01-13)
- Added Runs On propperty to tasks so that it will be visible with only… (#3412) (2017-01-16)
Chef
- Added Runs On propperty to tasks so that it will be visible with only… (#3412) (2017-01-16)
ChefKnife
- Added Runs On propperty to tasks so that it will be visible with only… (#3412) (2017-01-16)
CocoaPods
- CocoaPods: support 2 optional arguments (#3396) (2017-01-16)
DecryptFile
- Multiple minor fixes (#3446) (2017-01-18)
DeployAzureResourceGroup
- AzureRG hotfix, -force new-azureResourcegroup and logging for SAStoke… (#3432) (2017-01-17)
DeployVisualStudioTestAgent
- Add Testplatform 2017 support for DTA task (#3301) (2017-01-02)
- Fixed typo causing UI tests not to run (#3361) (2017-01-04)
- Updated info for DTA v2 version (#3411) (2017-01-12)
- Adding https://testexecution.blob.core.windows.net/testplatformdeploy… (#3469) (2017-01-20)
DotNetCoreCLI
- Locking down versions of dependent package (#3345) (2017-01-03)
- reverting npm shrinkwrap change (#3356) (2017-01-04)
- adding npm shrinkwrap file for DotNetCoreCLI (#3402) (2017-01-11)
- Updating third party notice file for .NetCoreCLI task (#3420) (2017-01-13)
ExtractFiles
- Multiple minor fixes (#3446) (2017-01-18)
Gradle
- Move Gradle task from legacy to modern framework (#3268) (2017-01-06)
IISWebAppDeploymentOnMachineGroup
- Change vsts-task-lib version to 2.0.1-preview (#3318) (2016-12-30)
- Fix OSX-CI Build (#3329) (2016-12-30)
- flushing buffer during error handling (#3344) (2017-01-03)
- Removing mocha from devdependencies (#3348) (2017-01-04)
- added unit tests for msdeployutility.containsparamfilefunction (#3388) (2017-01-10)
- Users/arjgupta/iis mg update2 (#3405) (2017-01-13)
JenkinsQueueJob
- Fixes Jenkins job search responses which doesn't have downstreamProjects (#3431) (2017-01-16)
MSBuild
- Search Willow for VS by default (#3117) (2017-01-09)
- Revert search COM changes to common module (#3395) (2017-01-10)
NuGetInstaller
- Remove the (rc2) in the nuget 3.5 string (#3394) (2017-01-10)
NuGetPublisher
- Add option to continue on empty nupkg match in NuGetPublisher task. (#3335) (2017-01-03)
- Remove the (rc2) in the nuget 3.5 string (#3394) (2017-01-10)
NugetPackager
- add error message for usage in release (#3360) (2017-01-10)
RunDistributedTests
- fixing sourcefilter error (#3386) (2017-01-11)
ServiceFabricDeploy
- Support CompressPackage option in ServiceFabricDeploy task (#3350) (2017-01-05)
- Added Runs On propperty to tasks so that it will be visible with only… (#3412) (2017-01-16)
- Service Fabric active directory DLL (#3460) (2017-01-20)
ServiceFabricUpdateAppVersions
- Added Runs On propperty to tasks so that it will be visible with only… (#3412) (2017-01-16)
SqlAzureDacpacDeployment
- Skip @ServerName add if its already being added (#3427) (2017-01-17)
VSBuild
- Search Willow for VS by default (#3117) (2017-01-09)
- Revert search COM changes to common module (#3395) (2017-01-10)
VSMobileCenterTest
VSMobileCenterUpload
- MobileCenter API renamed package to release (#3390) (2017-01-10)
VsTest
- Fixing runsettings for TIA (#3366) (2017-01-06)
- Updated README.md (#3380) (2017-01-06)
- Fix Vs2017 option for vstest v2 (#3383) (2017-01-10)
- Added releases notes to vstest v2 task (#3410) (2017-01-12)
- Users praga tiaextensionfilter (#3421) (2017-01-13)
- Bumping up test selector version (#3465) (2017-01-20)
XamarinAndroid
- Support msbuild 15 with xamarin android (#3449) (2017-01-18)
XamariniOS
- Multiple minor fixes (#3446) (2017-01-18)
XcodePackageiOS
- Multiple minor fixes (#3446) (2017-01-18)
M111ServiceFabricHotfixAAD
Built from PR #3457
Use TFX to upload to your account. You will need to follow the instructions on the TFX repo to:
- Install TFX
- Login using a PAT
- Be in the admin role at the "All pools" level.
- Use the
tfx build tasks upload command
Details on each of the steps are listed on the TFX repo and in or linked from the README.md
Xamarin Android M109
Xamarin Android task from releases/m109 at commit e922c29
v108
Sprint 108
ANT
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
AndroidBuild
- Delete deprecated tasks (#3110) (2016-11-17)
ArchiveFiles
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
AzureAppServiceManage
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
AzureCLI
- Azure Cli patch increase, vsts-task-lib version++ (#3041) (2016-11-08)
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
AzureCloudPowerShellDeployment
- Changed helpmark down for storage keys (#3035) (2016-11-07)
- Not supporting external storage account for azure powershell version … (#3063) (2016-11-10)
AzureFileCopy
- L0 Test for AzureFileCopy Task Utility (#3140) (2016-11-30)
AzurePowerShell
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
AzureRmWebAppDeployment
- This is now a cross platform task (#2744) (2016-11-08)
- Fix for shared path in windows (#3014) (2016-11-08)
- Variable substitution using ltx module (#3018) (2016-11-07)
- added L0 Tests for JSON variable substitution (#3034) (2016-11-09)
- Increasing version in master (#3084) (2016-11-14)
- Users/dikhakha/azure web app deployment (#3102) (2016-11-18)
- Removing variable substitution changes from master (#3125) (2016-11-21)
- Removed gulp, gulp-zip. Using archiver (#3133) (2016-11-23)
- Revert "Removed gulp, gulp-zip. Using archiver" (#3147) (2016-11-23)
- Users/subraman/archiverfix (#3149) (2016-11-24)
- Users/arjgupta/azure rm web app mrlf (#3155) (2016-12-01)
- added L0 for file Encoding (#3157) (2016-11-28)
AzureWebPowerShellDeployment
- "Azure App Service Deployment: Classic" task has been deprecated (#3020) (2016-11-08)
- Delete deprecated tasks (#3110) (2016-11-17)
CocoaPods
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
CopyFiles
- Copy files handle readonly attribute on Windows (#2839) (2016-11-03)
- Add option to flatten folders in CopyFiles (#3129) (2016-11-21)
- Users/ersciple/m110copyfiles (#3163) (2016-12-01)
CopyFilesOverSSH
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
DecryptFile
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
DeployAzureResourceGroup
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
DotNetCoreCLI
ExtractFiles
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
FtpUpload
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
Gradle
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
- Updated README.md files for Maven and Gradle. (#3127) (2016-11-21)
- Fixed a Gradle script file not being copied to output correctly. (#3148) (2016-11-23)
Grunt
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
Gulp
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
IISWebAppDeploymentOnMachineGroup
- Removed build from IISWebAppDeploymentOnMachine group task (#3048) (2016-11-08)
- Users/arjgupta/iismgreadme (#3128) (2016-12-02)
- Removed gulp, gulp-zip. Using archiver (#3133) (2016-11-23)
- Revert "Removed gulp, gulp-zip. Using archiver" (#3147) (2016-11-23)
- Users/subraman/archiverfix (#3149) (2016-11-24)
JenkinsDownloadArtifacts
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
JenkinsQueueJob
- Harden the way the task look for upstream causes (#3099) (2016-11-16)
- Fix JobState transition from Finishing to Downloading (#3145) (2016-11-23)
MSBuild
Maven
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
- Updated README.md files for Maven and Gradle. (#3127) (2016-11-21)
Npm
- User config should be copied before overriding (#3015) (2016-11-02)
- Add expected windows env variables for unit tests (#3016) (2016-11-03)
- USERPROFILE should be used to get the user directory (#3045) (2016-11-07)
- Update npm icon (#3091) (2016-11-30)
- updated certain tasks to run on Machine Group as well as Agent (#3103) (2016-11-18)
PowerShellOnTargetMachines
- L0 test for PowerShell on Target Machine Task (#3139) (2016-12-01)
QuickPerfTest
- porting remove service connection changes to master (#3022) (2016-11-03)
- changes for failure criteria (#3106) (2016-11-23)
RunJMeterLoadTest
- changes for failure criteria (#3106) (2016-11-23)
RunLoadTest
- changes for failure criteria (#3106) (2016-11-23)
ServiceFabricDeploy
- Add copy and register timeout parameters (#3137) (2016-11-29)
SonarQubePostTest
- Deprecate the SonarQube msbuild tasks (#3167) (2016-11-29)
SonarQubePreBuild
- Deprecate the SonarQube msbuild tasks (#3167) (2016-11-29)
SqlAzureDacpacDeployment
- L0 for WindowsMachineFileCopy & SQLAzureDacpacDeployment Task (#3105) (2016-11-25)
- incrementing patch version for Sql Dacpac task (#3123) (2016-11-21)
- Removed gulp, gulp-zip. Using archiver (#3133) (2016-11-23)
- Revert "Removed gulp, gulp-zip. Using archiver" (#3147) (2016-11-23)
- Users/subraman/archiverfix (#3149) (2016-11-24)
SqlDacpacDeploymentOnMachineGroup
- Added sql dacpac Deployment task on machine group (#3108) (2016-11-18)
- Users/ajya/sql dacpac machine group consule ps cred (#3150) (2016-11-28)
VSMobileCenterUpload
- Users/yacao/vsmobilecenter (#3169) (2016-12-01)
VsTest
- detect vstest.console 15 path (#3047) (2016-11-09)
- updating test selector version (#3057) (2016-11-09)
- Users/sathar/vstest find files fix (#3065) (2016-11-23)
- Changes for supporting perf fix for TIA (#3088) (2016-11-15)
- Updating test selector version (#3104) (2016-11-17)
WindowsMachineFileCopy
- L0 for WindowsMachineFileCopy & SQLAzureDacpacDeployment Task (#3105) (2016-11-25)