Skip to content

Commit

Permalink
Fix official build after removing win-arm runtime build (#86074)
Browse files Browse the repository at this point in the history
win-arm CI builds were removed with #85947
  • Loading branch information
BruceForstall authored May 11, 2023
1 parent e87dafa commit a951e99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ extends:
- Build_windows_x64_release_CrossAOT_Mono
- installer__coreclr__windows_x64_Release_
- installer__coreclr__windows_x86_Release_
- installer__coreclr__windows_arm_Release_
- installer__coreclr__windows_arm64_Release_

- ${{ if eq(variables.isOfficialBuild, true) }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
"packs": [
"Microsoft.NETCore.App.Runtime.win-x64",
"Microsoft.NETCore.App.Runtime.win-x86",
"Microsoft.NETCore.App.Runtime.win-arm",
"Microsoft.NETCore.App.Runtime.win-arm64"
]
},
Expand Down Expand Up @@ -393,10 +392,6 @@
"kind": "framework",
"version": "${PackageVersion}"
},
"Microsoft.NETCore.App.Runtime.win-arm" : {
"kind": "framework",
"version": "${PackageVersion}"
},
"Microsoft.NETCore.App.Runtime.win-arm64" : {
"kind": "framework",
"version": "${PackageVersion}"
Expand Down

0 comments on commit a951e99

Please sign in to comment.