File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 73
73
-build
74
74
-configuration $(_BuildConfig)
75
75
/p:Platform=${{ parameters.targetArchitecture }}
76
+ /p:PlatformTarget=${{ parameters.targetArchitecture }}
76
77
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
77
78
$(_OfficialBuildIdArgs)
78
79
$(_InternalRuntimeDownloadArgs)
86
87
-test
87
88
-configuration $(_BuildConfig)
88
89
/p:Platform=${{ parameters.targetArchitecture }}
90
+ /p:PlatformTarget=${{ parameters.targetArchitecture }}
89
91
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
90
92
$(_OfficialBuildIdArgs)
91
93
$(_InternalRuntimeDownloadArgs)
@@ -111,6 +113,7 @@ jobs:
111
113
-integrationTest
112
114
-configuration $(_BuildConfig)
113
115
/p:Platform=${{ parameters.targetArchitecture }}
116
+ /p:PlatformTarget=${{ parameters.targetArchitecture }}
114
117
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
115
118
$(_OfficialBuildIdArgs)
116
119
$(_InternalRuntimeDownloadArgs)
Original file line number Diff line number Diff line change 76
76
-build
77
77
-configuration $(_BuildConfig)
78
78
/p:Platform=${{ parameters.targetArchitecture }}
79
+ /p:PlatformTarget=${{ parameters.targetArchitecture }}
79
80
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
80
81
$(_OfficialBuildIdArgs)
81
82
$(_InternalRuntimeDownloadArgs)
89
90
-test
90
91
-configuration $(_BuildConfig)
91
92
/p:Platform=${{ parameters.targetArchitecture }}
93
+ /p:PlatformTarget=${{ parameters.targetArchitecture }}
92
94
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
93
95
$(_OfficialBuildIdArgs)
94
96
$(_InternalRuntimeDownloadArgs)
@@ -106,6 +108,7 @@ jobs:
106
108
-integrationTest
107
109
-configuration $(_BuildConfig)
108
110
/p:Platform=${{ parameters.targetArchitecture }}
111
+ /p:PlatformTarget=${{ parameters.targetArchitecture }}
109
112
/p:TargetArchitecture=${{ parameters.targetArchitecture }}
110
113
$(_OfficialBuildIdArgs)
111
114
$(_InternalRuntimeDownloadArgs)
You can’t perform that action at this time.
0 commit comments