-4

Requesting your support in Create a build pipeline for Console Application. Please refer below build definition which we have defined for our application which contains 4 projects, we have configured drop location for publish artifacts and successfully configured the build definition.

enter image description here

We have configured as per the build definition, while we are creating release definition we are unable to find zip file and noticed the zip file has been created in build definition under drop folder.

enter image description here

Please provide you precise description of configuring build definition and release definition for a Console Application.

Krzysztof Janiszewski
  • 3,763
  • 3
  • 18
  • 38

1 Answers1

1

You could add artifact directly in your release definition. An artifact is a deployable component of your application. It is typically produced through a Continuous Integration or a build process. Release Management can deploy artifacts.

enter image description here

Check the link below for more details:

https://learn.microsoft.com/en-us/vsts/pipelines/release/artifacts?view=vsts

Cece Dong - MSFT
  • 29,631
  • 1
  • 24
  • 39