#VSTS
5 posts tagged with “VSTS”.
-
Make your VSTS extensions smarter with Endpoints Datasource bindings
Make VSTS extension tasks smarter with dataSourceBindings: populate pickList dropdowns from Azure REST APIs, chain inputs, and add custom data sources.
-
A better way (and script) to add a Service Principal in Azure for VSTS
A PowerShell script that creates an Azure AD Service Principal for VSTS deployments scoped to specific resource groups instead of the whole subscription.
-
Solve 401 (Unauthorized) error when restoring packages using VSTS Package Management and .NET Core
Fix the 401 Unauthorized error when restoring VSTS Package Management feeds in a .NET Core build by switching to the NuGet Restore task on version 3.5.0.
-
Setting up VSTS with ARM Templates
Set up VSTS Build and Release for Azure Resource Manager linked templates: validate templates in the build, publish artifacts, and deploy per environment.
-
VSTS Task delete Resource Group if empty
VSTS marketplace task that deletes an Azure Resource Group only if it is empty, handy after testing ARM deployments with Test-AzureRmResourceGroupDeployment.