|
11 | 11 | - dev |
12 | 12 | - in-proc |
13 | 13 | - release/4.* |
14 | | - - release/inproc6/4.* |
15 | | - - release/inproc8/4.* |
| 14 | + - release/in-proc |
16 | 15 |
|
17 | 16 | trigger: |
18 | 17 | branches: |
19 | 18 | include: |
20 | 19 | - dev |
21 | 20 | - in-proc |
22 | 21 | - release/4.* |
23 | | - - release/inproc6/4.* |
24 | | - - release/inproc8/4.* |
| 22 | + - release/in-proc |
25 | 23 |
|
26 | 24 | jobs: |
27 | 25 | - job: InitializePipeline |
|
53 | 51 | dependsOn: InitializePipeline |
54 | 52 | condition: and(succeeded(), or(ne(variables['Build.Reason'], 'PullRequest'), eq(dependencies.InitializePipeline.outputs['Initialize.BuildArtifacts'], true))) |
55 | 53 | variables: |
56 | | - ${{ if or( eq( variables['Build.Reason'], 'PullRequest' ), and( not( contains( variables['Build.SourceBranch'], 'release/inproc6/4.' ) ), not( contains( variables['Build.SourceBranch'], 'release/inproc8/4.' ) ), not( contains( variables['Build.SourceBranch'], 'release/4.' ) ), not( contains( variables['Build.SourceBranch'], 'release/ExtensionsMetadataGenerator/' ) ) ) ) }}: |
| 54 | + ${{ if or( eq( variables['Build.Reason'], 'PullRequest' ), and( not( contains( variables['Build.SourceBranch'], 'release/in-proc' ) ), not( contains( variables['Build.SourceBranch'], 'release/ExtensionsMetadataGenerator/' ) ) ) ) }}: |
57 | 55 | suffixTemp: $(buildNumber) |
58 | 56 | packSuffixSwitchTemp: --version-suffix $(buildNumber) |
59 | 57 | emgSuffixSwitchTemp: --version-suffix ci$(buildNumber) |
@@ -297,7 +295,7 @@ jobs: |
297 | 295 | BuildDropPath: 'out/pkg/release' |
298 | 296 | Verbosity: 'Information' |
299 | 297 | - publish: out/pkg/release |
300 | | - artifact: NugetPackages |
| 298 | + artifact: _NugetPackages.net$(minorVersionPrefix) |
301 | 299 |
|
302 | 300 | - job: RunUnitTests |
303 | 301 | strategy: |
@@ -621,10 +619,10 @@ jobs: |
621 | 619 | path: '$(Build.ArtifactStagingDirectory)/PrivateSiteExtension' |
622 | 620 |
|
623 | 621 | - task: DownloadPipelineArtifact@2 |
624 | | - displayName: 'Download _Packages.net8 Artifact' |
| 622 | + displayName: 'Download _NugetPackages.net8 Artifact' |
625 | 623 | inputs: |
626 | 624 | buildType: 'current' |
627 | | - artifact: '_Packages.net8' |
| 625 | + artifact: '_NugetPackages.net8' |
628 | 626 | path: '$(Build.ArtifactStagingDirectory)/packages' |
629 | 627 |
|
630 | 628 | - task: DownloadPipelineArtifact@2 |
|
0 commit comments