How are we supposed to execute package build targets in the new world where nuget packages are consumed through msbuild PackageReference?

前端 未结 1 2002
我寻月下人不归
我寻月下人不归 2021-01-25 08:03

I am developing a suite of UI tests using Selenium. One of the run-time dependencies of this suite is the chromedriver.exe, which we are expected to consume through the Selenium

1条回答
  •  隐瞒了意图╮
    2021-01-25 08:52

    If you are running Restore and other targets during the build, you may get unexpected results due to NuGet modifying xml files on disk or because MSBuild files imported by NuGet packages aren't imported correctly.

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