我想这样做:
if "$(TargetDir.Contains('BeamCutSoft_E'))" == true
xcopy /E /Y "$(ProjectDir)LibsEssential" "$(TargetDir)"
else
xcopy /E /Y "$(ProjectDir)LibsPremium" "$(TargetDir)"
但我得到了错误:
命令“if“False”== true xcopy /E /Y“C:\DEV\Repos_BeamcutSoft\Simulateur\C#\Beamcut\LibsEssential”“C:\Beamcut Apps\BeamCutSoft_P422_NewUI DEV”else xcopy /E /Y“C:\DEV\Repos_BeamcutSoft\Simulateur\C#\Beamcut\LibsPremium””C:\Beamcut Apps\BeamCutSoft_P422_NewUI DEV””退出,代码为255。
1条答案
按热度按时间s2j5cfk01#
我找到了一个不同的方法来实现我想要的:
在我的CSPROj中
我这样说: