We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ad965 commit affe167Copy full SHA for affe167
1 file changed
README.md
@@ -22,7 +22,7 @@
22
23
### 配置
24
25
-配置有两个方法
+配置有两个方法,高级方法将会覆盖基础方法
26
27
**基础方法**:
28
@@ -36,15 +36,15 @@
36
37
```xml
38
<PropertyGroup>
39
- <MainProjectPath>主项目的输出可执行文件</MainProjectPath>
+ <MainProjectExecutablePathCommandArgs>主项目的输出可执行文件</MainProjectExecutablePathCommandArgs>
40
</PropertyGroup>
41
```
42
43
请注意如果路径包含空格,记得加上引号,如下面例子
44
45
46
47
- <MainProjectExecutablePathCommandArgs>"C:\dotnet campus\Foo\bin\release\net5.0\Foo.exe"</MainProjectPath>
+ <MainProjectExecutablePathCommandArgs>"C:\dotnet campus\Foo\bin\release\net5.0\Foo.exe"</MainProjectExecutablePathCommandArgs>
48
49
50
0 commit comments