mirror of https://github.com/acidanthera/audk.git
21 lines
388 B
YAML
21 lines
388 B
YAML
## @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
|
|
- stable/*
|
|
|
|
pr:
|
|
- master
|
|
- stable/*
|
|
|
|
jobs:
|
|
- template: templates/pr-gate-build-job.yml
|
|
parameters:
|
|
tool_chain_tag: 'VS2019'
|
|
vm_image: 'windows-2019'
|
|
arch_list: "IA32,X64"
|