@@ -340,7 +340,7 @@ extends:
340
340
341
341
- template : /build-tools/automation/yaml-templates/setup-test-environment.yaml@self
342
342
parameters :
343
- xaSourcePath : $(Build.SourcesDirectory)/xamarin- android
343
+ xaSourcePath : $(Build.SourcesDirectory)/android
344
344
androidSdkPlatforms : $(DefaultTestSdkPlatforms)
345
345
dotnetVersion : 9.0
346
346
dotnetQuality : preview
@@ -383,7 +383,7 @@ extends:
383
383
- task : DotNetCoreCLI@2
384
384
displayName : Update Android SDK band in Workloads.csproj
385
385
inputs :
386
- projects : $(Build.SourcesDirectory)/xamarin- android/Xamarin.Android.sln
386
+ projects : $(Build.SourcesDirectory)/android/Xamarin.Android.sln
387
387
arguments : -t:UpdateMauiWorkloadsProj -c $(XA.Build.Configuration) --no-restore -v:n -bl:$(Build.StagingDirectory)/logs/update-maui-workloadsproj.binlog
388
388
389
389
- pwsh : ./build.ps1 --target=dotnet --configuration="$(XA.Build.Configuration)" --nugetsource="$(Build.StagingDirectory)\android-packs" --verbosity=diagnostic
@@ -399,14 +399,14 @@ extends:
399
399
displayName : Install MAUI workload packs
400
400
retryCountOnTaskFailure : 3
401
401
inputs :
402
- projects : $(Build.SourcesDirectory)/xamarin- android/Xamarin.Android.sln
402
+ projects : $(Build.SourcesDirectory)/android/Xamarin.Android.sln
403
403
arguments : -t:InstallMaui -p:MauiUseLocalPacks=true -p:MauiWorkloadToInstall=maui -c $(XA.Build.Configuration) --no-restore -v:n -bl:$(Build.StagingDirectory)/logs/install-maui.binlog
404
404
405
405
- template : /build-tools/automation/yaml-templates/run-dotnet-preview.yaml@self
406
406
parameters :
407
407
command : new
408
408
arguments : maui -o $(Build.StagingDirectory)/MauiTestProj
409
- xaSourcePath : $(Build.SourcesDirectory)/xamarin- android
409
+ xaSourcePath : $(Build.SourcesDirectory)/android
410
410
displayName : Create MAUI template
411
411
continueOnError : false
412
412
@@ -425,7 +425,7 @@ extends:
425
425
-f $(DotNetTargetFramework)-android -c Debug
426
426
--configfile $(Build.SourcesDirectory)/maui/NuGet.config
427
427
-bl:$(Build.StagingDirectory)/logs/MauiTestProj-Debug.binlog
428
- xaSourcePath : $(Build.SourcesDirectory)/xamarin- android
428
+ xaSourcePath : $(Build.SourcesDirectory)/android
429
429
displayName : Build MAUI template - Debug
430
430
431
431
- template : /build-tools/automation/yaml-templates/run-dotnet-preview.yaml@self
@@ -435,7 +435,7 @@ extends:
435
435
-f $(DotNetTargetFramework)-android -c Release
436
436
--configfile $(Build.SourcesDirectory)/maui/NuGet.config
437
437
-bl:$(Build.StagingDirectory)/logs/MauiTestProj-Release.binlog
438
- xaSourcePath : $(Build.SourcesDirectory)/xamarin- android
438
+ xaSourcePath : $(Build.SourcesDirectory)/android
439
439
displayName : Build MAUI template - Release
440
440
441
441
- task : CopyFiles@2
0 commit comments