Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Jul 3, 2024
1 parent b015fe9 commit 7b621f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion jobs/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ extends:
- 'Third party notices should be updated before scheduling the pipeline.'
- ${{ if eq(parameters.ReleaseVersion, 'unset') }}:
- 'ReleaseVersion needs to be set before scheduling the pipeline.'
- template: /jobs/shared/build.yml@self
- template: /jobs/shared/build.yml@self
parameters:
ReleaseVersion: ${{ parameters.ReleaseVersion }}
2 changes: 1 addition & 1 deletion jobs/shared/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
default: $(IsPreRelease)
- name: ReleaseVersion
type: string
default: $(ReleaseVersion)
default: unset

steps:
- task: MicroBuildSigningPlugin@3
Expand Down

0 comments on commit 7b621f4

Please sign in to comment.