From acf572046af51de63e09cd2387abbf21f7c5b7db Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Sun, 6 Jan 2013 12:08:48 +0100 Subject: [PATCH] Add live deploy build file --- live.proj | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 live.proj diff --git a/live.proj b/live.proj new file mode 100644 index 00000000..fbceb072 --- /dev/null +++ b/live.proj @@ -0,0 +1,29 @@ + + + .\ + .\OurUmbraco.Site\ + OurUmbraco + Live + C:\inetpub\wwwroot\$(Environment)\$(ProjectName)\ + $(ProjectPath)..\..\Deploy\ + + + + + + + $(SourceDirectory)web.config + $(DeployHelperDirectory)\$(ProjectName)\ConfigTransforms\Web.$(Environment).config + $(DeployHelperDirectory)\$(ProjectName)\$(Environment)\ + + False + + + + + + + \ No newline at end of file