Fix job name some more

This commit is contained in:
dotasek 2023-02-01 15:32:48 -05:00
parent 50b27a0af3
commit 343ab91318
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ jobs:
Contents: "$(System.DefaultWorkingDirectory)/BRANCH"
TargetFolder: '$(build.artifactstagingdirectory)'
displayName: Copy the branch name file to the artifact staging directory.
- job: build-and-publish-artifacts
- job: build_and_publish_artifacts
# We're going to do a full build, including all unit and intergration tests. We do this here, before any
# actual release pipeline kicks off, and we don't do it again at any point in the release pipeline. The assumption here
# is that once we pull the code, it won't change again on this branch until the release is complete. We