SlowCheetah not transforming file on build

后端 未结 7 2014
青春惊慌失措
青春惊慌失措 2020-12-25 11:35

I have a project I am trying to use SlowCheetah for. I have created my config file (Test.web.config) and all the transformations I want to use (Debug_Mock.config, Debug_SQL.

相关标签:
7条回答
  • 2020-12-25 12:10

    Check in your Project, if there exists a folder named SlowCheetah containing the file SlowCheetah.Transforms.targets. If this file is missing, try the following steps:

    1. right click on solution
    2. "Manage NuGet Packages for Solution...", browse for SlowCheetah
    3. click on "Manage"
    4. deselect your project and click "Ok"
    5. click on "Manage" again
    6. select your project and click once more "Ok"

    This will recreate the missing file.

    0 讨论(0)
提交回复
热议问题