File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ parameters:
4545- name : DoJIT
4646 displayName : " Build the JIT compiler (3.14 and later)"
4747 type : boolean
48- default : false
48+ default : true
4949- name : DoGPG
5050 displayName : " Include GPG signatures (3.13 and earlier)"
5151 type : boolean
5252 default : false
5353- name : DoFreethreaded
54- displayName : " Include free-threaded builds (3.13 and later) "
54+ displayName : " Include free-threaded builds"
5555 type : boolean
5656 default : true
5757- name : DoARM64
58- displayName : " Publish ARM64 build (3.11 and later) "
58+ displayName : " Publish ARM64 build"
5959 type : boolean
6060 default : true
6161- name : DoPGO
@@ -71,9 +71,9 @@ parameters:
7171 type : boolean
7272 default : true
7373- name : DoMSIX
74- displayName : " Produce Store packages"
74+ displayName : " Produce Store packages (3.13 and earlier) "
7575 type : boolean
76- default : true
76+ default : false
7777- name : DoNuget
7878 displayName : " Produce Nuget packages"
7979 type : boolean
You can’t perform that action at this time.
0 commit comments