@@ -347,7 +347,7 @@ extends:
347
347
348
348
- template : /build-tools/automation/yaml-templates/setup-test-environment.yaml@self
349
349
parameters :
350
- xaSourcePath : $(Build.SourcesDirectory)/xamarin- android
350
+ xaSourcePath : $(Build.SourcesDirectory)/android
351
351
androidSdkPlatforms : $(DefaultTestSdkPlatforms)
352
352
353
353
- task : NuGetAuthenticate@1
@@ -388,7 +388,7 @@ extends:
388
388
- task : DotNetCoreCLI@2
389
389
displayName : Update Android SDK band in Workloads.csproj
390
390
inputs :
391
- projects : $(Build.SourcesDirectory)/xamarin- android/Xamarin.Android.sln
391
+ projects : $(Build.SourcesDirectory)/android/Xamarin.Android.sln
392
392
arguments : -t:UpdateMauiWorkloadsProj -c $(XA.Build.Configuration) --no-restore -v:n -bl:$(Build.StagingDirectory)/logs/update-maui-workloadsproj.binlog
393
393
394
394
- pwsh : ./build.ps1 --target=dotnet --configuration="$(XA.Build.Configuration)" --nugetsource="$(Build.StagingDirectory)\android-packs" --verbosity=diagnostic
@@ -404,14 +404,14 @@ extends:
404
404
displayName : Install MAUI workload packs
405
405
retryCountOnTaskFailure : 3
406
406
inputs :
407
- projects : $(Build.SourcesDirectory)/xamarin- android/Xamarin.Android.sln
407
+ projects : $(Build.SourcesDirectory)/android/Xamarin.Android.sln
408
408
arguments : -t:InstallMaui -p:MauiUseLocalPacks=true -p:MauiWorkloadToInstall=maui -c $(XA.Build.Configuration) --no-restore -v:n -bl:$(Build.StagingDirectory)/logs/install-maui.binlog
409
409
410
410
- template : /build-tools/automation/yaml-templates/run-dotnet-preview.yaml@self
411
411
parameters :
412
412
command : new
413
413
arguments : maui -o $(Build.StagingDirectory)/MauiTestProj
414
- xaSourcePath : $(Build.SourcesDirectory)/xamarin- android
414
+ xaSourcePath : $(Build.SourcesDirectory)/android
415
415
displayName : Create MAUI template
416
416
continueOnError : false
417
417
@@ -430,7 +430,7 @@ extends:
430
430
-f $(DotNetTargetFramework)-android -c Debug
431
431
--configfile $(Build.SourcesDirectory)/maui/NuGet.config
432
432
-bl:$(Build.StagingDirectory)/logs/MauiTestProj-Debug.binlog
433
- xaSourcePath : $(Build.SourcesDirectory)/xamarin- android
433
+ xaSourcePath : $(Build.SourcesDirectory)/android
434
434
displayName : Build MAUI template - Debug
435
435
436
436
- template : /build-tools/automation/yaml-templates/run-dotnet-preview.yaml@self
@@ -440,7 +440,7 @@ extends:
440
440
-f $(DotNetTargetFramework)-android -c Release
441
441
--configfile $(Build.SourcesDirectory)/maui/NuGet.config
442
442
-bl:$(Build.StagingDirectory)/logs/MauiTestProj-Release.binlog
443
- xaSourcePath : $(Build.SourcesDirectory)/xamarin- android
443
+ xaSourcePath : $(Build.SourcesDirectory)/android
444
444
displayName : Build MAUI template - Release
445
445
446
446
- task : CopyFiles@2
0 commit comments