Skip to content

Commit 10fbfbf

Browse files
authored
Merge pull request #10020 from dotnet/backport/pr-9984-to-vs17.10
[vs17.10] Include Microsoft.Common.Test.targets in Arm64
2 parents fc97b2d + a47f837 commit 10fbfbf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.10.3</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
5+
<VersionPrefix>17.10.4</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
66
<PackageValidationBaselineVersion>17.8.3</PackageValidationBaselineVersion>
77
<AssemblyVersion>15.1.0.0</AssemblyVersion>
88
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>

src/Package/MSBuild.VSSetup.Arm64/files.arm64.swr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ folder InstallDir:\MSBuild\Current\Bin\arm64
2121
file source=$(Arm64BinPath)Microsoft.Common.overridetasks
2222
file source=$(Arm64BinPath)Microsoft.Common.targets
2323
file source=$(Arm64BinPath)Microsoft.Common.tasks
24+
file source=$(Arm64BinPath)Microsoft.Common.Test.targets
2425
file source=$(Arm64BinPath)Microsoft.Managed.targets
2526
file source=$(Arm64BinPath)Microsoft.Managed.Before.targets
2627
file source=$(Arm64BinPath)Microsoft.Managed.After.targets

0 commit comments

Comments
 (0)