зеркало из https://github.com/microsoft/FX11.git
ADO pipeline updates (#22)
This commit is contained in:
Родитель
eaaa97e028
Коммит
d2a803ea95
|
@ -5,8 +5,24 @@
|
|||
|
||||
# Builds the library using CMake.
|
||||
|
||||
trigger: none
|
||||
pr: none
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
paths:
|
||||
exclude:
|
||||
- '*.md'
|
||||
- LICENSE
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
paths:
|
||||
exclude:
|
||||
- '*.md'
|
||||
- LICENSE
|
||||
drafts: false
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
|
@ -17,6 +33,7 @@ resources:
|
|||
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
|
||||
|
||||
variables:
|
||||
Codeql.Enabled: false
|
||||
VS_GENERATOR: 'Visual Studio 17 2022'
|
||||
WIN11_SDK: '10.0.22000.0'
|
||||
|
||||
|
|
|
@ -10,15 +10,18 @@ trigger:
|
|||
include:
|
||||
- main
|
||||
paths:
|
||||
include:
|
||||
- CMakeLists.txt
|
||||
exclude:
|
||||
- '*.md'
|
||||
- LICENSE
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
paths:
|
||||
include:
|
||||
- CMakeLists.txt
|
||||
exclude:
|
||||
- '*.md'
|
||||
- LICENSE
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
|
@ -29,6 +32,7 @@ resources:
|
|||
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
|
||||
|
||||
variables:
|
||||
Codeql.Enabled: false
|
||||
VS_GENERATOR: 'Visual Studio 16 2019'
|
||||
WIN10_SDK: '10.0.19041.0'
|
||||
|
||||
|
|
|
@ -6,7 +6,14 @@
|
|||
# Builds the library for Windows Desktop.
|
||||
|
||||
trigger: none
|
||||
pr: none
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
paths:
|
||||
include:
|
||||
- build/FX11-GitHub-Dev17.yml
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
|
@ -16,6 +23,9 @@ resources:
|
|||
|
||||
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
|
||||
|
||||
variables:
|
||||
Codeql.Enabled: false
|
||||
|
||||
pool:
|
||||
vmImage: windows-2022
|
||||
|
||||
|
|
|
@ -11,20 +11,21 @@ trigger:
|
|||
- main
|
||||
paths:
|
||||
exclude:
|
||||
- README.md
|
||||
- HISTORY.md
|
||||
- SECURITY.md
|
||||
- '*.md'
|
||||
- LICENSE
|
||||
- CMake*
|
||||
- build/*.in
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
paths:
|
||||
exclude:
|
||||
- README.md
|
||||
- HISTORY.md
|
||||
- SECURITY.md
|
||||
- '*.md'
|
||||
- LICENSE
|
||||
- CMake*
|
||||
- build/*.in
|
||||
drafts: false
|
||||
|
||||
resources:
|
||||
|
@ -35,6 +36,9 @@ resources:
|
|||
|
||||
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
|
||||
|
||||
variables:
|
||||
Codeql.Enabled: false
|
||||
|
||||
pool:
|
||||
vmImage: windows-2019
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@ resources:
|
|||
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
|
||||
|
||||
variables:
|
||||
Codeql.Enabled: true
|
||||
Codeql.Language: cpp
|
||||
VS_GENERATOR: 'Visual Studio 17 2022'
|
||||
|
||||
pool:
|
||||
|
|
Загрузка…
Ссылка в новой задаче