diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63f2044..8b384af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ trigger: - master pool: - vmImage: 'ubuntu-latest' + vmImage: 'windows-latest' steps: - script: echo Hello, world!