Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions build/baselines-database-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ parameters:
- displayName: "10.0"
arguments: --application.framework net10.0 --property framework=net10.0

- displayName: "11.0"
arguments: --application.framework net11.0 --property framework=net11.0

# Scenarios
- name: scenarios
type: object
Expand Down
6 changes: 6 additions & 0 deletions build/baselines-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ parameters:
- displayName: "10.0"
arguments: --application.framework net10.0 --property framework=net10.0 --application.noGlobalJson false

- displayName: "11.0"
arguments: --application.framework net11.0 --property framework=net11.0 --application.noGlobalJson false

# Orchard Baselines (uses release/2.2 branch for net8.0 and main#eefd4a1659cd48e56b681b5bcff2cc92b349b464 for net9.0)
- name: orchardBaselines
type: object
Expand All @@ -45,6 +48,9 @@ parameters:
- displayName: "10.0"
arguments: --application.framework net10.0 --property framework=net10.0 --application.noGlobalJson false

- displayName: "11.0"
arguments: --application.framework net11.0 --property framework=net11.0 --application.noGlobalJson false

# Scenarios
- name: scenarios
type: object
Expand Down
Loading