在构建事件命令行中添加注释的正确方法?


Answers:



42

您也可以使用双冒号::

:: My comments
xcopy /Y "$(TargetPath)" "C:\Deploy\$(TargetFileName)"

我更喜欢这些而不是命令行(和bat文件)中的REM关键字。


VS2017承认::,不REM遗憾的是
布雷特Veenstra

反过来,dotnet publish即使这样做也不起作用。我最终使用了echo ...'`,这本身不是评论,但至少可以完成工作。
astrowalker

@astrowalker cmd /C rem text,也许吗?
YellowAfterlife
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.