当我创建有序测试时,向其中添加一些测试并使用一些文本编辑器打开 *.orderedtest 文件,我已经硬编码了测试 dll 的路径,例如:
storage="bin\Debug\sometest.dll"
我想根据如下所示的 Visual Studio 配置设置此路径,但不幸的是,它不起作用:
storage="bin\$(Configuration)\sometest.dll"
知道怎么做吗?
当我创建有序测试时,向其中添加一些测试并使用一些文本编辑器打开 *.orderedtest 文件,我已经硬编码了测试 dll 的路径,例如:
storage="bin\Debug\sometest.dll"
我想根据如下所示的 Visual Studio 配置设置此路径,但不幸的是,它不起作用:
storage="bin\$(Configuration)\sometest.dll"
知道怎么做吗?