Attempt to deploy only this project, not all of them

This commit is contained in:
Sebastiaan Janssen
2015-06-24 15:12:05 +02:00
parent 97a582773d
commit 07cf2075f7
+3
View File
@@ -4807,6 +4807,9 @@
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<DeployOnBuild Condition="'($DeployWebProject)'!=''">$(DeployWebProject)</DeployOnBuild>
</PropertyGroup>
<Target Name="ClientFilesBuild" BeforeTargets="Rebuild">
<Exec WorkingDirectory="$(ProjectDir)\..\build\" Command="BuildClientFiles.bat" ConsoleToMSBuild="true" IgnoreExitCode="true" ContinueOnError="WarnAndContinue" />
</Target>