Граф коммитов

141 Коммитов

Автор SHA1 Сообщение Дата
Jay Cho 339bde334f [Tizen] Remove specifying Tizen sdk version 2022-05-04 12:07:47 +09:00
Rui Marinho e0a85da8a6
Try enableSBOMSigning: false 2022-04-12 17:24:37 +01:00
Rui Marinho 913c35f633
Disable SBOM for now 2022-04-12 17:17:11 +01:00
Kangho Hur 3bed618fba Specifiy the tizen sdk version to avoid Invoke-Request failure 2022-04-12 00:51:27 +09:00
dotnet-maestro[bot] a4c707a560
[main] Update dependencies from xamarin/xamarin-macios (#389)
* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220407.41

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.4.200-rc.2.144 -> To Version 15.4.200-rc.2.149

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220408.4

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.4.200-rc.2.144 -> To Version 15.4.200-rc.2.151

* Use the correct version band

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
2022-04-09 02:41:43 +02:00
Peter Collins 2abebcf1cd Fix the signed download path 2022-03-25 14:39:27 -04:00
Peter Collins 8ed548187f Fix spacing 2022-03-25 12:50:23 -04:00
Peter Collins 5a72e3a14c Push package info to maestro 2022-03-25 12:39:24 -04:00
Rui Marinho b6da5f617b
Update again 2022-03-24 12:26:19 +00:00
Rui Marinho ae6c7bd0c7
Fix 2022-03-24 12:11:21 +00:00
Rui Marinho d08fd75c99
Try with cake script 2022-03-24 12:08:31 +00:00
Rui Marinho bbf441a60e
try again 2022-03-24 11:47:23 +00:00
Rui Marinho 1951960088
dotnet slash 2022-03-24 11:41:34 +00:00
Rui Marinho 3920fc0a28
try pipeline again 2022-03-24 11:19:18 +00:00
Rui Marinho eb299afb6b
Try build with dotnet root 2022-03-24 10:40:13 +00:00
Rui Marinho 8062ecc2d1
Install on global dotnet folder 2022-03-23 19:29:58 +00:00
Rui Marinho 8070e96a5a
fix path where to install tizen 2022-03-23 18:43:39 +00:00
Rui Marinho 8cd0a52758
Add missing command 2022-03-23 18:26:20 +00:00
Rui Marinho c90cc4b758
Remove old code 2022-03-23 18:13:29 +00:00
Rui Marinho 31d2bebc78
Build with installed .net 2022-03-23 18:10:09 +00:00
Rui Marinho dcf3dded51
try again 2022-03-23 17:52:04 +00:00
Rui Marinho 74f46c34db
BuildConfiguration.name 2022-03-23 17:43:49 +00:00
Rui Marinho a3e8d7e1d5
Try update install workloads 2022-03-23 17:41:54 +00:00
Rui Marinho 73df58008b
[ci] Build darc branches 2022-03-23 15:05:48 +00:00
redth 835f78f998 escape replace 2022-03-02 16:25:27 -05:00
redth 36d4c03493 Changes for updated tizen script 2022-03-02 16:10:09 -05:00
redth 08cf73863b Use 300 band to build 2022-03-02 15:43:28 -05:00
redth d6c702777d Fix workload sdk band install location in tizen script 2022-03-01 17:08:16 -05:00
Rui Marinho d64df13182
Fix pipeline 2022-02-25 19:31:55 +00:00
Rui Marinho 4a94abef29
Revert "Don't build classic"
This reverts commit 8d6fbe7941.
2022-02-25 17:51:55 +00:00
Rui Marinho 8d6fbe7941
Don't build classic 2022-02-25 17:43:19 +00:00
Rui Marinho cfabc2b66b
Try fix build 2022-02-25 16:26:51 +00:00
Rui Marinho e669c4fc39
provisioning provisioningWindowsSdk 2022-02-25 16:16:24 +00:00
Rui Marinho 3b8f212da3
Remove extra stuff 2022-02-25 16:03:09 +00:00
Rui Marinho 27a25817bb
remove property 2022-02-25 15:57:21 +00:00
Rui Marinho 2e956aafdb
More fixes 2022-02-25 15:20:01 +00:00
Rui Marinho f5cdf96cbb
Fix object usage 2022-02-25 15:18:56 +00:00
Rui Marinho e69ae9d394
[ci] Fix pools 2022-02-25 15:13:19 +00:00
Mike Bond 4a316cbf8c
SBOM: Fix for conditional logic based on signingCondition (#322)
* Attempt to evaluate signingCondition to include/exclude settings at the time the sbom stage is run

* Evaluate signingCondition as part of a condition property and not as a conditional expression

* Apply signingCondition to the stages defined for PRs and CIs

* Try using two SBOM jobs with opposing conditional logic within the same stage

* Unique names for SBOM jobs

* SBOM: Execute PR job based on unsignedCondition

* Remove closing paren from unsignedCondition

* Remove stage name as parameter to condition

* Remove succeeded() from original signingCondition

* Multi-line conditions

* Use single signingCondition

* SBOM: Unsigned PR job: Include condition for success of the windows (build) stage

* Target production support for the SBOM shared template job name & display name

* Ensure SBOM_PR job only executes if the build 'windows' job succeeds by making the SBOM stage dependent on the success of the windows stage

* Spell out acronyms in comments
2022-02-24 17:59:53 +02:00
dotnet-maestro[bot] b217554b1c
[main] Update dependencies from xamarin/xamarin-android (#312)
* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220207.42

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.300-preview.14.200 -> To Version 15.2.300-preview.14.217

* Update dependencies from https://github.com/xamarin/xamarin-android build main-4342afd8dc89202bb501d0552a7945fbed8101d3-1

Microsoft.Android.Sdk.Windows
 From Version 31.0.200-preview.14.53 -> To Version 31.0.200-preview.14.57

Dependency coherency updates

Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref
 From Version 6.0.200-rtm.22078.8 -> To Version 6.0.200-rtm.22106.1 (parent: Microsoft.Android.Sdk.Windows

* Remove emsdk explicit version

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220208.27

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.300-preview.14.200 -> To Version 15.2.300-preview.14.235

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220209.36

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.300-preview.14.200 -> To Version 15.2.300-preview.14.244

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220210.25

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.300-preview.14.200 -> To Version 15.2.300-preview.14.249

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220211.24

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.300-preview.14.200 -> To Version 15.2.300-preview.14.252

* Update dependencies from https://github.com/xamarin/xamarin-android build main-f9892cc8e63f6990ef4e4c426dde66a84d0d3816-1

Microsoft.Android.Sdk.Windows
 From Version 31.0.200-preview.14.53 -> To Version 31.0.200-preview.14.74

Dependency coherency updates

Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref
 From Version 6.0.200-rtm.22078.8 -> To Version 6.0.200-rtm.22107.3 (parent: Microsoft.Android.Sdk.Windows

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220214.17

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.300-preview.14.200 -> To Version 15.2.300-preview.14.254

* Update dependencies from https://github.com/xamarin/xamarin-android build main-ee4322054292a8f6e33ca6c53fe9ce609fce3c95-1

Microsoft.Android.Sdk.Windows
 From Version 31.0.200-preview.14.53 -> To Version 31.0.200-preview.14.77

Dependency coherency updates

Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref
 From Version 6.0.200-rtm.22078.8 -> To Version 6.0.200-rtm.22107.3 (parent: Microsoft.Android.Sdk.Windows

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220215.73

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.300-preview.14.200 -> To Version 15.2.302-preview.14.5

* Update dependencies from https://github.com/xamarin/xamarin-android build main-db56e3877069a5c519f61a0b1722726f890c77a6-1

Microsoft.Android.Sdk.Windows
 From Version 31.0.200-preview.14.53 -> To Version 31.0.200-preview.14.84

Dependency coherency updates

Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref
 From Version 6.0.200-rtm.22078.8 -> To Version 6.0.200-rtm.22107.3 (parent: Microsoft.Android.Sdk.Windows

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220216.36

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.300-preview.14.200 -> To Version 15.2.302-preview.14.18

* Update dependencies from https://github.com/xamarin/xamarin-android build main-25e0eefbd20bb4778a4717e4ef587a080c82bca0-1

Microsoft.Android.Sdk.Windows
 From Version 31.0.200-preview.14.53 -> To Version 31.0.200-preview.14.89

Dependency coherency updates

Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref
 From Version 6.0.200-rtm.22078.8 -> To Version 6.0.200-rtm.22107.3 (parent: Microsoft.Android.Sdk.Windows

* Update dependencies from https://github.com/xamarin/xamarin-android build main-ebdd4b826cc208202ac1793484cad2fe0036abc2-1

Microsoft.Android.Sdk.Windows
 From Version 31.0.200-preview.14.53 -> To Version 31.0.200-preview.14.91

Dependency coherency updates

Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-6.0.100
 From Version 6.0.200-rtm.22078.8 -> To Version 6.0.200-rtm.22107.3 (parent: Microsoft.Android.Sdk.Windows

* Update dependencies from https://github.com/xamarin/xamarin-android build main-d73e048af287b32c69d825191337927081bf8d3c-1

Microsoft.Android.Sdk.Windows
 From Version 31.0.200-preview.14.53 -> To Version 31.0.200-preview.14.93

Dependency coherency updates

Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-6.0.100
 From Version 6.0.200-rtm.22078.8 -> To Version 6.0.200-rtm.22107.3 (parent: Microsoft.Android.Sdk.Windows

* Update dependencies from https://github.com/xamarin/xamarin-macios build 20220219.1

Microsoft.tvOS.Sdk , Microsoft.macOS.Sdk , Microsoft.MacCatalyst.Sdk , Microsoft.iOS.Sdk
 From Version 15.2.300-preview.14.200 -> To Version 15.2.302-preview.14.34

* Update dependencies from https://github.com/xamarin/xamarin-android build main-0583ca1d3a44f4ffc6a29b487ef2b4ed33d2c067-1

Microsoft.Android.Sdk.Windows
 From Version 31.0.200-preview.14.53 -> To Version 31.0.200-preview.14.95

Dependency coherency updates

Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-6.0.100
 From Version 6.0.200-rtm.22078.8 -> To Version 6.0.200-rtm.22107.3 (parent: Microsoft.Android.Sdk.Windows

* Bump iOS,  bring back emsdk

* try removing the signing until we can build

* try get things to run

* 🕵🏼

* wrong thing

* and vs again

* wrong files

* build all again

* Update dependencies from https://github.com/xamarin/xamarin-android build main-0583ca1d3a44f4ffc6a29b487ef2b4ed33d2c067-1

Microsoft.Android.Sdk.Windows
 From Version 31.0.200-preview.14.53 -> To Version 31.0.200-preview.14.95

Dependency coherency updates

Microsoft.Dotnet.Sdk.Internal,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-6.0.100
 From Version 6.0.200-rtm.22078.8 -> To Version 6.0.200-rtm.22107.3 (parent: Microsoft.Android.Sdk.Windows

* Try this way

* And this one

* moar

* asdf

* asdf

* asdf

* try params

* asdf

* asdf

* asdf

* sadf

* asdf

* :(

* asdf

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: redth <jondick@gmail.com>
Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
2022-02-22 05:22:47 +02:00
Matthew Leibowitz 7e0a574089 Update azure-pipelines.yml for Azure Pipelines 2022-02-21 08:11:17 +08:00
Mike Bond 850d64c3a0 Software Bill of Materials (SBOM) manifest generation 2022-02-15 07:40:42 -08:00
Matthew Leibowitz 7738b54f74 use original tizen again 2022-01-21 17:58:46 +02:00
Redth dd5dbfaa23 Use stable msbuild explicitly for classic 2022-01-06 23:39:19 -05:00
Redth 01c627ccdf Build classic, more tizen 2022-01-06 23:05:46 -05:00
Redth 9aa25eecec Update azure-pipelines.yml 2022-01-06 22:13:49 -05:00
Redth 214143ad59 Update azure-pipelines.yml 2022-01-06 21:26:19 -05:00
Redth 3ac03d12ec Ease tizen back in 2022-01-06 20:52:49 -05:00
Redth c99b46bffc No legacy 2022-01-06 19:12:07 -05:00
Redth 3fdc6dd667 Build classic again 2022-01-06 18:18:50 -05:00