Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
trigger:
- main
- d16-*
- d17-*

pr:
branches:
include:
- main
- d16-*
- d17-*
paths:
exclude:
- README.md
Expand All @@ -21,14 +23,15 @@ variables:
MaxJdkVersion: 8
DotNetCoreVersion: 6.0.x
HostedMacImage: macOS-10.15
HostedWinVS2019: Hosted Windows 2019 with VS2019
HostedWinImage: windows-2022
NetCoreTargetFrameworkPathSuffix: -net6.0
VSInstallRoot: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise
VSInstallRoot: C:\Program Files\Microsoft Visual Studio\2022\Enterprise

jobs:
- job: windows_build
displayName: Windows - .NET Framework
pool: $(HostedWinVS2019)
pool:
vmImage: $(HostedWinImage)
timeoutInMinutes: 20
workspace:
clean: all
Expand Down Expand Up @@ -76,7 +79,8 @@ jobs:

- job: windows_dotnet_build
displayName: Windows - .NET Core
pool: $(HostedWinVS2019)
pool:
vmImage: $(HostedWinImage)
timeoutInMinutes: 20
workspace:
clean: all
Expand Down