未验证 提交 6806c372 编写于 作者: V Viktor Hofer 提交者: GitHub

Set platform for tools.local fixed to AnyCPU (#205)

上级 3c1dcd24
......@@ -79,7 +79,7 @@
</ItemGroup>
<MSBuild Projects="@(RepoTaskProjects)"
Properties="Configuration=Debug"
Properties="Configuration=Debug;Platform=AnyCPU"
Targets="Restore;Build"/>
<WriteLinesToFile File="$(RepoTasksOutputFile)"
......
<Project Sdk="Microsoft.NET.Sdk" TreatAsLocalProperty="Configuration;Debug">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);net46</TargetFrameworks>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<!-- Set platform to AnyCPU (not TargetArchitecture) to avoid arch-specific output path. -->
<Platform>AnyCPU</Platform>
<Configuration>Debug</Configuration>
</PropertyGroup>
<ItemGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册