Skip to content

Commit

Permalink
Merge branch 'main' into dev/grendel/xxhash3
Browse files Browse the repository at this point in the history
* main:
  [runtime] Remove the last vestiges of desktop builds (#8810)
  [ci] Don't auto-retry APK test suites. (#8811)
  [Microsoft.Android.Templates] Update EN l10n template strings (#8808)
  Bump to xamarin/Java.Interop/main@651de42 (#8809)
  • Loading branch information
grendello committed Mar 15, 2024
2 parents fae658b + 6fde0f6 commit 7c03882
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 357 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ parameters:
artifactSource: ""
artifactFolder: ""
condition: succeeded()
retryCountOnTaskFailure: 1

steps:
- template: /build-tools/automation/yaml-templates/run-dotnet-preview.yaml
Expand All @@ -25,7 +24,6 @@ steps:
-v:n -c ${{ parameters.configuration }} ${{ parameters.extraBuildArgs }}
condition: ${{ parameters.condition }}
continueOnError: true
retryCountOnTaskFailure: ${{ parameters.retryCountOnTaskFailure }}

- script: >
DEST="$(Build.StagingDirectory)/Test${{ parameters.configuration }}/${{ parameters.artifactFolder }}/" &&
Expand Down
2 changes: 1 addition & 1 deletion external/Java.Interop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Microsoft",
"name": "Android Activity template",
"name": "Android Activity",
"description": "An Android Activity class",
"symbols/namespace/description": "namespace for the generated code",
"postActions/openInEditor/description": "Opens Activity1.cs in the editor"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Microsoft",
"name": "Android Layout template",
"name": "Android Layout",
"description": "An Android layout (XML) file",
"postActions/openInEditor/description": "Opens Layout1.xml in the editor"
}
Loading

0 comments on commit 7c03882

Please sign in to comment.