9

Multiple - Backup.rdl files are being created in the project folder which is giving me a huge headache with Source Control with SSDT in VS 2017. Has anyone figured out how to stop these being created ?

4

1 回答 1

6

One workaround for this for those using GIT as source control has been pointed to me offline, and that is adding

*- Backup*.rdl

to the .gitignore file. The question still remains about having a possible option somewhere to turn the creation of the files somewhere in Visual Studio.

我发现创建文件的另一个原因是使用在 VS 2013 中创建的模板。使用该模板时,VS 将其升级到最新版本的 SSRS xml 架构,并导致在升级。在 VS 2017 中重新创建模板已停止创建任何其他 -Backup.rdl 文件。

于 2018-08-12T01:19:00.140 回答