Change build_flavor to platform_flavor

This commit is contained in:
eabdullin 2022-12-14 12:53:49 +03:00
parent 3d9aaa0e4c
commit b7df175f97
2 changed files with 6 additions and 6 deletions

View File

@ -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": {

View File

@ -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"