This repository was archived by the owner on May 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,11 +140,6 @@ jobs:
140140 Pool : ${{ variables.LINUXPOOL }}
141141 OSVmImage : ${{ variables.LINUXVMIMAGE}}
142142 PythonVersion : " 3.10"
143- Windows_Python310 :
144- OSName : " Windows"
145- Pool : ${{ variables.WINDOWSPOOL }}
146- OSVmImage : ${{ variables.WINDOWSVMIMAGE}}
147- PythonVersion : " 3.10"
148143 Linux_Python311 :
149144 OSName : " Linux"
150145 Pool : ${{ variables.LINUXPOOL }}
@@ -155,11 +150,16 @@ jobs:
155150 Pool : ${{ variables.LINUXPOOL }}
156151 OSVmImage : ${{ variables.LINUXVMIMAGE}}
157152 PythonVersion : " 3.13"
158- Windows_Python313 :
159- OSName : " Windows"
160- Pool : ${{ variables.WINDOWSPOOL }}
161- OSVmImage : ${{ variables.WINDOWSVMIMAGE}}
162- PythonVersion : " 3.13"
153+ # Windows_Python310:
154+ # OSName: "Windows"
155+ # Pool: ${{ variables.WINDOWSPOOL }}
156+ # OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
157+ # PythonVersion: "3.10"
158+ # Windows_Python313:
159+ # OSName: "Windows"
160+ # Pool: ${{ variables.WINDOWSPOOL }}
161+ # OSVmImage: ${{ variables.WINDOWSVMIMAGE}}
162+ # PythonVersion: "3.13"
163163
164164 pool :
165165 name : $(Pool)
You can’t perform that action at this time.
0 commit comments