Skip to content

Commit

Permalink
Fix failing nightly integration upload (#31708)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and v-vdharmaraj committed Nov 23, 2024
1 parent 3ce7727 commit 1822d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/steps/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:

- script: |
npm install ./eng/tools/versioning
node eng/tools/versioning/set-dev.js --build-id "$(Build.BuildNumber)" --repo-root "$(Build.SourcesDirectory)"
node eng/tools/versioning/set-dev.js --build-id "$(Build.BuildNumber)" --repo-root "$(Build.SourcesDirectory)" --service "$(folder)"
node common/scripts/install-run-rush.js update
condition: and(succeeded(),eq(variables['SetDevVersion'],'true'))
displayName: "Update package versions for dev build"
Expand Down

0 comments on commit 1822d27

Please sign in to comment.