Change build_flavor to platform_flavor
This commit is contained in:
parent
3d9aaa0e4c
commit
b7df175f97
@ -1,27 +1,27 @@
|
||||
{
|
||||
"dotnet7.0": {
|
||||
"c*": {
|
||||
"build_flavors": ["dotnet-build"]
|
||||
"platform_flavors": ["dotnet-build"]
|
||||
}
|
||||
},
|
||||
"dotnet6.0": {
|
||||
"c*": {
|
||||
"build_flavors": ["dotnet-build"]
|
||||
"platform_flavors": ["dotnet-build"]
|
||||
}
|
||||
},
|
||||
"dotnet5.0": {
|
||||
"c*": {
|
||||
"build_flavors": ["dotnet-build"]
|
||||
"platform_flavors": ["dotnet-build"]
|
||||
}
|
||||
},
|
||||
"dotnet3.1": {
|
||||
"c*": {
|
||||
"build_flavors": ["dotnet-build"]
|
||||
"platform_flavors": ["dotnet-build"]
|
||||
}
|
||||
},
|
||||
"dotnet3.0": {
|
||||
"c*": {
|
||||
"build_flavors": ["dotnet-build"]
|
||||
"platform_flavors": ["dotnet-build"]
|
||||
}
|
||||
},
|
||||
"sssd": {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"project_name": {
|
||||
"branch_template(a9*, a9, a9-stream*,)": {
|
||||
"linked_builds": [],
|
||||
"build_flavors": ["AlmaLinux-8-beta", "AlmaLinux-9-beta", "dotnet-build"],
|
||||
"platform_flavors": ["AlmaLinux-8-beta", "AlmaLinux-9-beta", "dotnet-build"],
|
||||
"mock_options": {
|
||||
"definitions": {
|
||||
"macro_name": "macro_value"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user