@@ -132,7 +132,7 @@ stages:
132
132
artifactsRid : ${{ variables.alpinePreviousX64Rid }}
133
133
pool : ${{ parameters.pool_Linux }}
134
134
container : ${{ variables.alpinePreviousContainer }}
135
- extraProperties : /p:TargetRID= ${{ variables.alpinePreviousX64Rid }}
135
+ targetRid : ${{ variables.alpinePreviousX64Rid }}
136
136
buildFromArchive : false # 🚫
137
137
buildSourceOnly : true # ✅
138
138
enablePoison : true # ✅
@@ -154,7 +154,7 @@ stages:
154
154
architecture : x64
155
155
pool : ${{ parameters.pool_Linux }}
156
156
container : ${{ variables.almaLinuxContainer }}
157
- extraProperties : /p:TargetRID= ${{ variables.almaLinuxX64Rid }}
157
+ targetRid : ${{ variables.almaLinuxX64Rid }}
158
158
buildFromArchive : false # 🚫
159
159
buildSourceOnly : true # ✅
160
160
enablePoison : false # 🚫
@@ -172,7 +172,7 @@ stages:
172
172
architecture : x64
173
173
pool : ${{ parameters.pool_Linux }}
174
174
container : ${{ variables.alpineLatestContainer }}
175
- extraProperties : /p:TargetRID= ${{ variables.alpineLatestX64Rid }}
175
+ targetRid : ${{ variables.alpineLatestX64Rid }}
176
176
buildFromArchive : false # 🚫
177
177
buildSourceOnly : true # ✅
178
178
enablePoison : false # 🚫
@@ -876,7 +876,7 @@ stages:
876
876
crossRootFs : ' /crossrootfs/x64'
877
877
targetOS : linux-musl
878
878
targetArchitecture : x64
879
- extraProperties : /p:TargetRID=linux-musl-x64
879
+ targetRid : ${{ variables.linuxMuslX64Rid}}
880
880
881
881
- template : ../jobs/vmr-build.yml
882
882
parameters :
@@ -890,7 +890,7 @@ stages:
890
890
useMonoRuntime : true
891
891
targetOS : linux-musl
892
892
targetArchitecture : x64
893
- extraProperties : /p:TargetRID=linux-musl-x64
893
+ targetRid : ${{ variables.linuxMuslX64Rid }}
894
894
895
895
- template : ../jobs/vmr-build.yml
896
896
parameters :
@@ -903,7 +903,7 @@ stages:
903
903
crossRootFs : ' /crossrootfs/arm'
904
904
targetOS : linux-musl
905
905
targetArchitecture : arm
906
- extraProperties : /p:TargetRID=linux-musl-arm
906
+ targetRid : ${{ variables.linuxMuslArmRid }}
907
907
908
908
- template : ../jobs/vmr-build.yml
909
909
parameters :
@@ -916,7 +916,7 @@ stages:
916
916
crossRootFs : ' /crossrootfs/arm64'
917
917
targetOS : linux-musl
918
918
targetArchitecture : arm64
919
- extraProperties : /p:TargetRID=linux-musl-arm64
919
+ targetRid : ${{ variables.linuxMuslArm64Rid }}
920
920
921
921
- template : ../jobs/vmr-build.yml
922
922
parameters :
0 commit comments