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