Umesh Gauda
Umesh Gauda

Reputation: 81

Exclude web.config file from build artifact in azure devops, wed aap deploy on iis

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

Answers (1)

Umesh Gauda
Umesh Gauda

Reputation: 81

able to exclude web.config and other files using:

-skip:objectName=filePath,absolutePath=\web.config

exclude file command

Upvotes: 6

Related Questions