This commit is contained in:
Garrett Campbell 2024-08-01 09:44:34 -04:00
Родитель 612304a9a9
Коммит 5d2f1fee1c
2 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -85,9 +85,11 @@ extends:
clean: true
fetchTags: false
- ${{ if not(eq(parameters.VerifyChangelog, 'yes')) }}:
- 'CHANGELOG.md should be updated before scheduling the pipeline.'
- "CHANGELOG.md should be updated before scheduling the pipeline."
- ${{ if not(eq(parameters.VerifyNotice, 'yes')) }}:
- 'Third party notices should be updated before scheduling the pipeline.'
- ${{ if not(eq(parameters.ReleaseVersion, 'yes')) }}:
- 'ReleaseVersion needs to be set before scheduling the pipeline.'
- "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
parameters:
ReleaseVersion: ${{ parameters.ReleaseVersion }}

Просмотреть файл

@ -7,7 +7,7 @@ parameters:
default: $(IsPreRelease)
- name: ReleaseVersion
type: string
default: $(ReleaseVersion)
default: unset
steps:
- task: MicroBuildSigningPlugin@3