Update azure-pipelines.yml for running credscan on windows image.

This commit is contained in:
tanuja-ganu 2020-03-06 15:18:47 +05:30
Родитель a7cafb5e5e
Коммит 4a681a3332
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ trigger:
- master
pool:
vmImage: 'ubuntu-latest'
vmImage: 'windows-latest'
steps:
- script: echo Hello, world!