I'm looking to do this:
if "$(TargetDir.Contains('BeamCutSoft_E'))" == true
xcopy /E /Y "$(ProjectDir)LibsEssential" "$(TargetDir)"
else
xcopy /E /Y "$(ProjectDir)LibsPremium" "$(TargetDir)"
but I get the error :
The command "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"" exited with code 255.