Questions tagged [azure-pipelines-build-task]

Questions on extending the Visual Studio Team Services Build and Release Management system through extensions and custom tasks.

Build task for Visual Studio Team Services which enables you to extend the VSTS build system with your own custom tasks.

msdn: add-build-task

1042 questions
-2
votes
1 answer

How to install azCopy on linux in vsts online build task?

My goal is, on hosted linux preview, copy built/archived zip file to azure storage file system. On Hosted linux preview , I would like to copy build archive (single zip file) from VSTS build to azure storage file using azCopy. I've tried both…
DFBerry
  • 1,818
  • 1
  • 19
  • 37
-2
votes
1 answer

VSTS - Download files from on-premise server

I am setting up my build pipeline in VSTS and need to download some .zip files from an on-premise server. Currently, I am looking into using the "Powershell Script" step, but I do not know how to configure this step, such that it can reach files…
-2
votes
1 answer

How to execute a script in VSTS

I have few scripts example (xcode.sh) which is in the mac agent. I would like to execute the script with 2 input Arguments. The user does not know the path to this script. How can i achieve this from VSTS Task Say the script has to be executed like…
-2
votes
2 answers

Setting up Build Pipeline for Azure Bot Service/Azure Functions solution in VSTS Build

I have an Azure bot service solution, which is in my VSTS Git repository. I am using Task Runner in visual studio to compile, run and debug code on my local machine. Similarly, I want to build and compile the code in my VSTS build pipeline, like…
-4
votes
1 answer

How to set new value for the environment variable in VSTS

we have used the env:msg merge but it did take the default value in variables tab. We were unable to assign a value.Even though we see the value in the previous step The code that assigns the value $env:msgmerge = 'Git Merge to Master After…
-4
votes
2 answers

How to query VSTS Work Items with Wiql

I need to query VSTS work items using Wiql from vsp-node-api package, Please provide any examples if possible.
1 2 3
69
70