I have created a batch file, but it is not publishing. Here is my script:-
set msbuildpath=C:\Windows\Microsoft.NET\Framework\v4.0.30319
"%msbuildpath%\msbuild" "MyWeb.sln" /t:ReBuild /p:Configuration=Release/p:DeployOnBuild=true /p:PublishProfile=D:\BlaBla\SourceCode\blabla\Properties\PublishProfiles\Pub_Test.pubxml
pause
What is wrong here?