Azure CI: Remove yaml for creating Windows docker

This commit is contained in:
azhogov 2021-12-27 18:22:31 +03:00
parent ab10057371
commit 7d198a8535

View File

@ -1,24 +0,0 @@
jobs:
- job: Win_docker
timeoutInMinutes: 60
pool:
name: WIN_DOCKER_VMSS_VENV_F4S_WU2
variables:
system.debug: true
steps:
- script: |
powershell -command "Invoke-RestMethod -Headers @{\"Metadata\"=\"true\"} -Method GET -Uri http://169.254.169.254/metadata/instance/compute?api-version=2019-06-01 | format-custom"
where python3
python3 --version
where python
python --version
wmic computersystem get TotalPhysicalMemory
wmic cpu list
wmic logicaldisk get description,name
wmic VOLUME list
set
displayName: 'System info'