umbraco.presentation.targets: Fixed path for 'ProjOutputDir'.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<ProjDir>$(SolutionRootFolder)umbraco.presentation\</ProjDir>
|
||||
<ProjOutputDir>$(WebProjectOutputDir)</ProjOutputDir>
|
||||
<ProjOutputDir>$(WebProjectOutputDir)\</ProjOutputDir>
|
||||
<WebConfigSource>web.Template.$(ConfigEnvironment)$(Configuration).config</WebConfigSource>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user