Skip to content

Commit 7fca937

Browse files
[tests] update to Xamarin.Build.Download 0.11.2
Context: dotnet/runtime#68734 Context: xamarin/XamarinComponents#1368 We have a newer Xamarin.Build.Download package that shouldn't suffer from the duplicate `ZipArchive.CreateEntry()` issue were are hitting in .NET 7. Let's use it, and enable previously failing tests.
1 parent a690ea9 commit 7fca937

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ variables:
5353
value: $[and(ne(variables['System.PullRequest.IsFork'], 'True'), or(contains(variables['Build.SourceBranchName'], 'mono-'), contains(variables['System.PullRequest.SourceBranch'], 'mono-')))]
5454
- name: RunAllTests
5555
value: $[or(eq(variables['XA.RunAllTests'], true), eq(variables['IsMonoBranch'], true))]
56-
# XamarinBuildDownload disabled, due to: https://github.com/dotnet/runtime/issues/68734
5756
- name: DotNetNUnitCategories
58-
value: '& TestCategory != DotNetIgnore & TestCategory != HybridAOT & TestCategory != MkBundle & TestCategory != MonoSymbolicate & TestCategory != PackagesConfig & TestCategory != StaticProject & TestCategory != Debugger & TestCategory != SystemApplication & TestCategory != XamarinBuildDownload'
57+
value: '& TestCategory != DotNetIgnore & TestCategory != HybridAOT & TestCategory != MkBundle & TestCategory != MonoSymbolicate & TestCategory != PackagesConfig & TestCategory != StaticProject & TestCategory != Debugger & TestCategory != SystemApplication'
5958
- ${{ if eq(variables['Build.DefinitionName'], 'Xamarin.Android-Private') }}:
6059
- group: AzureDevOps-Artifact-Feeds-Pats
6160
- group: DotNet-MSRC-Storage

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.ProjectTools/Android/KnownPackages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public static class KnownPackages
472472
};
473473
public static Package Xamarin_Build_Download = new Package {
474474
Id = "Xamarin.Build.Download",
475-
Version = "0.11.0",
475+
Version = "0.11.2",
476476
};
477477
// NOTE: old version required for some tests
478478
public static Package Xamarin_Build_Download_0_4_11 = new Package {

0 commit comments

Comments
 (0)