diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 44b6347a..8c509bdc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ pr: - '*' # must quote since "*" is a YAML reserved character; we want a string pool: - vmImage: 'windows-latest' + vmImage: 'windows-2019' variables: solution: 'hakchi_gui.sln'