Reputation: 81
I want to exlcude web.config file from my build Artifact, can i exclude in .net core build template in CI pipeline or in web app deploy task in shown in image below enter image description here
Upvotes: 2
Views: 4123
Reputation: 81
able to exclude web.config and other files using:
-skip:objectName=filePath,absolutePath=\web.config
Upvotes: 6