summaryrefslogtreecommitdiff
path: root/.azurepipelines/Windows-VS2019.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azurepipelines/Windows-VS2019.yml')
-rw-r--r--.azurepipelines/Windows-VS2019.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.azurepipelines/Windows-VS2019.yml b/.azurepipelines/Windows-VS2019.yml
new file mode 100644
index 0000000..d6b879c
--- /dev/null
+++ b/.azurepipelines/Windows-VS2019.yml
@@ -0,0 +1,18 @@
+## @file
+# Azure Pipeline build file for a build using Windows and VS2019
+#
+# Copyright (c) Microsoft Corporation.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+trigger:
+- master
+
+pr:
+- master
+
+jobs:
+- template: templates/pr-gate-build-job.yml
+ parameters:
+ tool_chain_tag: 'VS2019'
+ vm_image: 'windows-latest'
+ arch_list: "IA32,X64"