Last change
on this file since 86513 was 85718, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
348 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Azure Pipeline build file for a build using Windows and VS2019
|
---|
3 | #
|
---|
4 | # Copyright (c) Microsoft Corporation.
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | ##
|
---|
7 | trigger:
|
---|
8 | - master
|
---|
9 |
|
---|
10 | pr:
|
---|
11 | - master
|
---|
12 |
|
---|
13 | jobs:
|
---|
14 | - template: templates/pr-gate-build-job.yml
|
---|
15 | parameters:
|
---|
16 | tool_chain_tag: 'VS2019'
|
---|
17 | vm_image: 'windows-latest'
|
---|
18 | arch_list: "IA32,X64"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.