I've configured a build that has no problem copying its outputs to a clean VM. Now I want to define a post-build event that invokes the installer on the drop machine. No luck as yet. The event looks like this:
$(DropLocation)\$(BuildNumber)\Submittal\$(IntfGenericName)_$(BuildNumber)$(BuildLabel).msi /qn
...and correctly specifies the name of the installer. I tried a simple command:
($DropLocation)echo "HI" >tmp.txt
...which doesn't work either. Is it perhaps not possible to issue commands on the drop machine?