Skip to content

Commit ef552d6

Browse files
[build] fix MAUI Integration lane
Context: https://github.com/dotnet/maui/tree/net10.0 Context: dotnet/maui#27040 dotnet/maui is using the `net10.0` branch for .NET 10.
1 parent 9ed1469 commit ef552d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resources:
3232
- repository: maui
3333
type: github
3434
name: dotnet/maui
35-
ref: refs/heads/net9.0
35+
ref: refs/heads/net10.0
3636
endpoint: xamarin
3737

3838
parameters:

0 commit comments

Comments
 (0)