Skip to content

Commit

Permalink
Fix 5: OfficeViewer: incorrect build path in Rlease profile for AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed May 2, 2017
1 parent 4e1b710 commit 863046f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Build\Debug\Plugins\QuickLook.Plugin.OfficeViewer\</OutputPath>
<OutputPath>..\..\Build\Release\Plugins\QuickLook.Plugin.OfficeViewer\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 863046f

Please sign in to comment.