Click here to Skip to main content
15,881,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am working on .Net Websites application. I want to create CICD pipeline which create the automated build package of only changed files (Delta changes) and not the full solution. I am using TFS Azure to create this pipeline.

Please suggest if any way to fetched the changed files through CICD pipeline.

Thanks
Sachin

What I have tried:

I have created the pipeline to create the build package of full solution. But the requirement is to create the build package of changed files only.
Posted
Updated 1-Oct-20 3:54am

1 solution

Sounds like you're in a minority. The chances of deploying the "wrong" files will probably depend on you.

azure - How to build and release only the modified files using CI/CD pipeline in VSTS? - Stack Overflow[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900