Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down