Skip to content

Commit

Permalink
Fix workloads build by bringing back some needed variables (#99932)
Browse files Browse the repository at this point in the history
#99179 made some changes and switched the template the workloads build was using.
In the process, workloadArtifactsPath and workloadPackagesPath got dropped, which meant the workloads build did not
pick up any manifests to process. As a result, the build failed.
  • Loading branch information
steveisok committed Mar 18, 2024
1 parent 41c6057 commit fc46355
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/mono/templates/workloads-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
value: '/p:OfficialBuildId=$(Build.BuildNumber)'
- name: SignType
value: $[ coalesce(variables.OfficialSignType, 'real') ]
- name: workloadPackagesPath
value: $(Build.SourcesDirectory)/artifacts/workloadPackages
- name: workloadArtifactsPath
value: $(Build.SourcesDirectory)/artifacts/workloads
- ${{ parameters.variables }}

steps:
Expand Down

0 comments on commit fc46355

Please sign in to comment.