Following is the batch file for doing a publish to a publish directory
@echo off
start
/b
C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe
/target:publish
/p:SolutionDir="C:\cc\ttr\code\Com.IT.sln"
/p:PublishDir="C:\cc\ttr\code\deploy\"
/p:Configuration=Debug
(wrapped for easier reading)
It is not publishing it. Any idea why?