mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
Merge the DotNet_###Test "platforms" back into the right place (#14468)
I originally added these platforms to prevent the .NET components from building when you built the entire solution, and to prevent them from building in CI. It turns out that managing an extra thousand project-platform-config triples is an absolute pain, **and** that we should have been building these things in CI the entire time. So. This should make life _a lot_ easier. As a bonus, this PR enables the WPF test harness to build for ARM64.
This commit is contained in:
parent
f2eed92345
commit
d1fbbb8a83
750
OpenConsole.sln
750
OpenConsole.sln
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,10 @@ steps:
|
||||
|
||||
- task: NuGetAuthenticate@0
|
||||
|
||||
- script: |-
|
||||
echo ##vso[task.setvariable variable=NUGET_RESTORE_MSBUILD_ARGS]/p:Platform=$(BuildPlatform)
|
||||
displayName: Ensure NuGet restores for $(BuildPlatform)
|
||||
|
||||
# In the Microsoft Azure DevOps tenant, NuGetCommand is ambiguous.
|
||||
# This should be `task: NuGetCommand@2`
|
||||
- task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<RuntimeFrameworkVersion>6.0.9</RuntimeFrameworkVersion>
|
||||
<UseWPF>true</UseWPF>
|
||||
<Platforms>AnyCPU;x64;x86</Platforms>
|
||||
<Platforms>AnyCPU;x64;x86;ARM64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user