Search code examples
azure-devopsazure-pipelines

Create Azure Devops pipeline without code checkout


I have an Azure DevOps pipeline that i use to run scripts for exporting and importing Dynamics solutions between servers. These solution imports/exports dont require any code from a repository. I would like to just run the pipeline without the need to checkout code to speed it up and remove unneccecary steps. Is there a way to do this?

If i am not mistaken, i use the 'classic' versions of pipelines.


Solution

  • You can check the Don't sync sources option on the Get Sources step:

    enter image description here