build-vm-image-windows.yml 360 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
trigger: none
pr: none

variables:
  resource_group: nni
  gallery_name: nniImageGallery
  network_security_group: nni-image-builder-nsg
  managed_image_name: nni-windows-image
  image_name: nniWindowsImage
  packer_config: config_windows

jobs:
- job: windows
  pool: nni-it
  timeoutInMinutes: 90
  steps:
  - template: templates/build-vm-image-template.yml