Skip to content

Commit

Permalink
Set installer tasks proj to AnyCPU for output path (dotnet#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagood authored and ViktorHofer committed Nov 20, 2019
1 parent c7b73fd commit 800ca9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools-local/tasks/installer.tasks/installer.tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<!-- Duplicating the assembly path here as CoreClr current overrides the Configuration property. -->
<InstallerTasksAssemblyPath Condition="'$(MSBuildRuntimeType)' == 'Core'">$(IntermediateOutputPath)netstandard2.0\installer.tasks.dll</InstallerTasksAssemblyPath>
<InstallerTasksAssemblyPath Condition="'$(MSBuildRuntimeType)' != 'Core'">$(IntermediateOutputPath)net46\installer.tasks.dll</InstallerTasksAssemblyPath>
<!-- Set platform to AnyCPU (not TargetArchitecture) to avoid arch-specific output path. -->
<Platform>AnyCPU</Platform>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 800ca9e

Please sign in to comment.