Skip to content

Commit 45997f2

Browse files
authored
[ci] Use nuget-msi-convert/job/v3.yml (#7032)
Context: xamarin/yaml-templates#180 Use v3 of the .msi installer generation templates. This new template version adds support for a somewhat recent rework in dotnet/arcade, and updates the manifest pack versioning schema.
1 parent 5432886 commit 45997f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: build-tools/automation/azure-pipelines.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ stages:
13741374
usePipelineArtifactTasks: true
13751375

13761376
# Check - "Xamarin.Android (Prepare .NET Release Convert NuGet to MSI)"
1377-
- template: nuget-msi-convert/job/v2.yml@yaml
1377+
- template: nuget-msi-convert/job/v3.yml@yaml
13781378
parameters:
13791379
yamlResourceName: yaml
13801380
dependsOn: sign_net_mac_win
@@ -1383,7 +1383,6 @@ stages:
13831383
!*Darwin*
13841384
propsArtifactName: $(NuGetArtifactName)
13851385
signType: $(MicroBuildSignType)
1386-
runInParallel: false
13871386
postConvertSteps:
13881387
- task: DownloadPipelineArtifact@2
13891388
inputs:

0 commit comments

Comments
 (0)