Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 430aa94

Browse files
Bump to .NET 6.0.100-alpha.1.21064.27 (#7)
* .NET 6.0.100-alpha.1.21064.27 * Xamarin.Android 11.2.99.43 * Microsoft.Android.Sdk 11.0.200.43 `samples.sln` should be able to build on Mac now.
1 parent 6a1c596 commit 430aa94

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ You will also need either include a `global.json` with:
1717
```json
1818
{
1919
"msbuild-sdks": {
20-
"Xamarin.Legacy.Sdk": "0.1.0"
20+
"Xamarin.Legacy.Sdk": "0.1.0-alpha1"
2121
}
2222
}
2323
```
2424

2525
Or specify the version inline:
2626

2727
```xml
28-
<Project Sdk="Xamarin.Legacy.Sdk/0.1.0">
28+
<Project Sdk="Xamarin.Legacy.Sdk/0.1.0-alpha1">
2929
```
3030

3131
To setup a binding project instead of a class library, simply set

azure-pipelines.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ variables:
1717
- name: Configuration
1818
value: Release
1919
- name: DotNetVersion
20-
value: 6.0.100-alpha.1.20562.2
20+
value: 6.0.100-alpha.1.21064.27
2121
- name: DotNet.Cli.Telemetry.OptOut
2222
value: true
2323
- name: Android.Msi
24-
value: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/net6/4392253/master/686ccdae98bbaa447aa485b785e51e6d583fd943/Microsoft.NET.Workload.Android.11.0.200.40.msi
24+
value: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/net6/4396987/master/1877dd5ebee90452c6ab2cc33a58498a83ea7c1f/Microsoft.NET.Workload.Android.11.0.200.43.msi
2525
- name: Android.Pkg
26-
value: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/net6/4392253/master/686ccdae98bbaa447aa485b785e51e6d583fd943/Microsoft.NET.Workload.Android-11.0.200-ci.master.40.pkg
26+
value: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/net6/4396987/master/1877dd5ebee90452c6ab2cc33a58498a83ea7c1f/Microsoft.NET.Workload.Android-11.0.200-ci.master.43.pkg
2727
- name: Xamarin.Android.Vsix
28-
value: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/4392253/master/686ccdae98bbaa447aa485b785e51e6d583fd943/signed/Xamarin.Android.Sdk-11.2.99.40.vsix
28+
value: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/4396987/master/1877dd5ebee90452c6ab2cc33a58498a83ea7c1f/signed/Xamarin.Android.Sdk-11.2.99.43.vsix
2929
- name: Xamarin.Android.Pkg
30-
value: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/4392253/master/686ccdae98bbaa447aa485b785e51e6d583fd943/xamarin.android-11.2.99.40.pkg
30+
value: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/4396987/master/1877dd5ebee90452c6ab2cc33a58498a83ea7c1f/xamarin.android-11.2.99.43.pkg
3131
- name: iOS.Msi
3232
value: https://bosstoragemirror.blob.core.windows.net/wrench/jenkins/main/3174e94a178c41cae0a51fa296e52f711957c14a/543/package/Microsoft.NET.Workload.iOS.14.2.100-ci.main.30.msi
3333
- name: iOS.Pkg
@@ -46,13 +46,11 @@ jobs:
4646
& .\dotnet-install.ps1 -Version $(DotNetVersion) -InstallDir "$env:ProgramFiles\dotnet\" -Verbose
4747
& dotnet --list-sdks
4848
displayName: install .NET $(DotNetVersion)
49-
errorActionPreference: stop
5049
- powershell: |
5150
& dotnet tool install --global boots
5251
& boots $(Android.Msi)
5352
& boots $(iOS.Msi)
5453
displayName: install .NET workloads
55-
errorActionPreference: stop
5654
- powershell: |
5755
& boots $(Xamarin.Android.Vsix)
5856
displayName: install Xamarin.Android
@@ -98,8 +96,7 @@ jobs:
9896
displayName: install Xamarin.Android
9997
- script: dotnet build Xamarin.Legacy.Sdk.sln -bl:$(System.DefaultWorkingDirectory)/bin/Xamarin.Legacy.Sdk.binlog
10098
displayName: build SDK
101-
# TODO: build all samples when problem with generator.exe is fixed
102-
- script: dotnet build samples/Hello/Hello.csproj -bl:$(System.DefaultWorkingDirectory)/bin/samples.binlog
99+
- script: dotnet build samples/samples.sln -bl:$(System.DefaultWorkingDirectory)/bin/samples.binlog
103100
displayName: build samples
104101
- task: PublishPipelineArtifact@1
105102
displayName: artifacts

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.100-alpha.1.20562.2",
3+
"version": "6.0.100-alpha.1.21064.27",
44
"rollForward": "disable",
55
"allowPrerelease": true
66
},

0 commit comments

Comments
 (0)