Change a pipeline vmImage from windows-latest to windows-2019 (#10804)

This commit is contained in:
Sunghoon 2022-03-08 10:49:59 -08:00 committed by GitHub
parent 33c6819196
commit 68c8f5a1ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ parameters:
jobs:
- job: build_onnxruntime_web_windows
pool:
vmImage: windows-latest
vmImage: windows-2019
timeoutInMinutes: 30
workspace:
clean: all