From d5c3a0e59f93b526c4bb1d2618e66b4b3527105e Mon Sep 17 00:00:00 2001 From: Daniel Stolt Date: Thu, 19 Feb 2015 19:03:16 +0100 Subject: [PATCH] Fixed an error while publishing via MSBuild (outside of VS). When running the Publish target using MSBuild (rather than VS) the error MSB3030 occurs because the manifest file Orchard.exe.manifest cannot be found. This fixes that error, making it possible to automate publishing outside VS, for example using PowerShell. --- src/Tools/Orchard/Orchard.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tools/Orchard/Orchard.csproj b/src/Tools/Orchard/Orchard.csproj index 1ad86a6ca..ec22cdc2e 100644 --- a/src/Tools/Orchard/Orchard.csproj +++ b/src/Tools/Orchard/Orchard.csproj @@ -32,6 +32,7 @@ 1.0.0.%2a false true + true true