windows.yml (833B)
1 task-defaults: 2 worker-type: b-win2022 3 worker: 4 taskcluster-proxy: true 5 artifacts: 6 - type: directory 7 path: public/build 8 scopes: ["project:releng:services/tooltool/api/download/internal"] 9 10 windows2022-64/debug-make: 11 description: "Windows 2022 64 (debug, make)" 12 attributes: 13 make: true 14 15 windows2022-32/debug-make: 16 description: "Windows 2022 32 (debug, make)" 17 attributes: 18 make: true 19 20 windows2022-64/opt: 21 description: "Windows 2022 64 (opt)" 22 23 windows2022-64/debug: 24 description: "Windows 2022 64 (debug)" 25 26 windows2022-64/opt-static: 27 description: "Windows 2022 64 Static (opt)" 28 attributes: 29 static: true 30 31 windows2022-32/opt: 32 description: "Windows 2022 32 (opt)" 33 34 windows2022-32/debug: 35 description: "Windows 2022 32 (debug)"