We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeac171 + 3767b3f commit 412bae1Copy full SHA for 412bae1
1 file changed
README.md
@@ -12,6 +12,14 @@
12
13
在需要调试的底层库项目安装 NuGet 库 [dotnetCampus.UsingMSBuildCopyOutputFileToFastDebug](https://www.nuget.org/packages/dotnetCampus.UsingMSBuildCopyOutputFileToFastDebug)
14
15
+此库推荐仅在 Debug 下安装
16
+
17
+```xml
18
+ <ItemGroup Condition=" '$(Configuration)' == 'Debug'">
19
+ <PackageReference Include="dotnetCampus.UsingMSBuildCopyOutputFileToFastDebug" Version="1.3.1" />
20
+ </ItemGroup>
21
+```
22
23
### 配置
24
25
配置有两个方法
0 commit comments