diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 9f4bdd1eddd..f7e661e7974 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -20,7 +20,10 @@ resources: - repository: yaml-templates type: git name: DevDiv/Xamarin.yaml-templates - ref: refs/heads/main + # TODO: Temporary feature branch to smoke-test the WiX 6 migration of + # nuget-msi-convert (Xamarin.yaml-templates PR #752740). + # Revert back to refs/heads/main once that PR merges. + ref: refs/heads/jonathanpeppers-nuget-msi-convert-v5 - repository: maui type: github name: dotnet/maui @@ -278,7 +281,7 @@ extends: timeoutInMinutes: 120 # Check - "Xamarin.Android (Prepare .NET Release Convert NuGet to MSI)" - - template: nuget-msi-convert/job/v4.yml@yaml-templates + - template: nuget-msi-convert/job/v5.yml@yaml-templates parameters: yamlResourceName: yaml-templates dependsOn: sign_net_mac_win @@ -379,7 +382,7 @@ extends: Write-Host "##vso[task.setvariable variable=ReleaseDropPrefix]$dropPrefix" displayName: Set variable ReleaseDropPrefix - # Download nugets drop created by nuget-msi-convert/job/v4.yml and publish to maestro + # Download nugets drop created by nuget-msi-convert/job/v5.yml and publish to maestro - task: ms-vscs-artifact.build-tasks.artifactDropDownloadTask-1.artifactDropDownloadTask@1 displayName: Download $(ReleaseDropPrefix)/nugets inputs: