Skip to content

Commit 64b6ae8

Browse files
committed
Merged PR 44016: Fix template
#### AI description (iteration 1) #### PR Classification Bug fix #### PR Summary This pull request fixes a typo in the pipeline configuration file. - Corrected the spelling of `parameters` in `/.azure/pipelines/jobs/default-build.yml`
1 parent a13a32c commit 64b6ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ jobs:
423423
parameters:
424424
legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw)
425425
- template: /eng/common/templates-official/steps/enable-internal-runtimes.yml@self
426-
paramters:
426+
parameters:
427427
expiryInHours: 3
428428

429429
# Populate dotnetbuilds-internal-container-read-token

0 commit comments

Comments
 (0)