Reputation: 151
We are very new to using Visual Studio Online. After some discussion we have decided to not keep our web.config files in the cloud. It was easy enough to remove it from the project, however, the file still exists in the changesets and history. Is there a way to wipe it from the cloud either through the website or visual studio? We are using 2015. Thanks.
EDIT We are using Team Foundation Version Control.
Upvotes: 0
Views: 261
Reputation:
Destroy Command (Team Foundation Version Control).
You need to destroy the file you want and then you will have to commit to save the changes. With this the file and it's entire history will be deleted. See if this helps.
Upvotes: 1