Skip to content

Commit

Permalink
Remove unnecessary parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored and azure-sdk committed Sep 9, 2024
1 parent 048338f commit 3c37d55
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions eng/common/pipelines/templates/jobs/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@ parameters:
- name: RepositoryPath
type: string
default: 'sdk'
## TODO Remove these convention options once all language repos are updated to remove the usages
- name: Prefix
type: string
default: ''
- name: CIConventionOptions
type: string
default: ''
- name: UPConventionOptions
type: string
default: ''
- name: TestsConventionOptions
type: string
default: ''
- name: GenerateUnifiedWeekly
type: boolean
default: false

jobs:
- job:
Expand Down

0 comments on commit 3c37d55

Please sign in to comment.