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
-1
votes
1 answer

i need to tag the docker image with commit has in docker build task but not complete hash only first 7 characters of hash in azure pipelines

need to tag image with first 7 characters of commit has value in azure build pipeline. but unable to get it , missing syntax issue somewhere. tried as below - task: Bash@3 inputs: targetType: 'inline' script: | # Write your…
ramesh reddy
  • 429
  • 2
  • 5
  • 12
-1
votes
2 answers

Publishing Pipeline Artifacts for use in another pipeline

I'm trying to publish a couple of pipeline artifacts during a build so that I can use them in a build of another solution. My first build builds and tests the soltuion using the following yaml - stage: build_test_release displayName: Build …
-1
votes
1 answer

Error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' VSTS (DevOps)

Please correct me where I am wrong, I keep getting above error in build pipeline event though I have setup the paths to be dynamic as follows: