Fix build

This commit is contained in:
Stephan
2017-09-29 22:07:48 +02:00
parent bcbd4289ea
commit 4a2ee801d4
3 changed files with 56 additions and 6 deletions

View File

@@ -218,12 +218,12 @@ function Compile-Umbraco
/p:OutDir=$tmp\bin\\ `
/p:WebProjectOutputDir=$tmp\WebApp\\ `
/p:Verbosity=minimal `
/t:Clean`;Rebuild `
/t:Rebuild `
/tv:$toolsVersion `
/p:UmbracoBuild=True `
> $tmp\msbuild.compat7.log
# /p:UmbracoBuild tells the csproj that we are building from PS
# /p:UmbracoBuild tells the csproj that we are building from PS, not VS
}
#