Skip to content

Commit 8480526

Browse files
committed
Set PlatformTarget as well
1 parent 19e2a4f commit 8480526

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

eng/pipelines/build-PR.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
-build
7474
-configuration $(_BuildConfig)
7575
/p:Platform=${{ parameters.targetArchitecture }}
76+
/p:PlatformTarget=${{ parameters.targetArchitecture }}
7677
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
7778
$(_OfficialBuildIdArgs)
7879
$(_InternalRuntimeDownloadArgs)
@@ -86,6 +87,7 @@ jobs:
8687
-test
8788
-configuration $(_BuildConfig)
8889
/p:Platform=${{ parameters.targetArchitecture }}
90+
/p:PlatformTarget=${{ parameters.targetArchitecture }}
8991
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
9092
$(_OfficialBuildIdArgs)
9193
$(_InternalRuntimeDownloadArgs)
@@ -111,6 +113,7 @@ jobs:
111113
-integrationTest
112114
-configuration $(_BuildConfig)
113115
/p:Platform=${{ parameters.targetArchitecture }}
116+
/p:PlatformTarget=${{ parameters.targetArchitecture }}
114117
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
115118
$(_OfficialBuildIdArgs)
116119
$(_InternalRuntimeDownloadArgs)

eng/pipelines/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
-build
7777
-configuration $(_BuildConfig)
7878
/p:Platform=${{ parameters.targetArchitecture }}
79+
/p:PlatformTarget=${{ parameters.targetArchitecture }}
7980
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
8081
$(_OfficialBuildIdArgs)
8182
$(_InternalRuntimeDownloadArgs)
@@ -89,6 +90,7 @@ jobs:
8990
-test
9091
-configuration $(_BuildConfig)
9192
/p:Platform=${{ parameters.targetArchitecture }}
93+
/p:PlatformTarget=${{ parameters.targetArchitecture }}
9294
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
9395
$(_OfficialBuildIdArgs)
9496
$(_InternalRuntimeDownloadArgs)
@@ -106,6 +108,7 @@ jobs:
106108
-integrationTest
107109
-configuration $(_BuildConfig)
108110
/p:Platform=${{ parameters.targetArchitecture }}
111+
/p:PlatformTarget=${{ parameters.targetArchitecture }}
109112
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
110113
$(_OfficialBuildIdArgs)
111114
$(_InternalRuntimeDownloadArgs)

0 commit comments

Comments
 (0)