File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 87
87
build: # name of your job
88
88
machine:
89
89
image: windows-default # Windows machine image
90
+ resource_class: windows.medium
90
91
steps:
91
92
# Commands are run in a Windows virtual machine environment
92
93
- checkout
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ jobs:
190
190
build: # name of your job
191
191
machine:
192
192
image: windows-default # Windows machine image
193
+ resource_class: windows.medium
193
194
steps:
194
195
# Commands are run in a Windows virtual machine environment
195
196
- checkout
Original file line number Diff line number Diff line change 74
74
build : # name of your job
75
75
machine :
76
76
image : windows-default # Windows machine image
77
+ resource_class : windows.medium
77
78
steps :
78
79
# Commands are run in a Windows virtual machine environment
79
80
- checkout
You can’t perform that action at this time.
0 commit comments