Skip to content

Commit fc77b7b

Browse files
JoshLove-msftazure-sdk
authored andcommitted
add missing $
1 parent bfd5812 commit fc77b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/pipelines/templates/archetype-typespec-emitter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ extends:
453453
filePath: $(Build.SourcesDirectory)/eng/scripts/typespec/Initialize-WorkingDirectory.ps1
454454
arguments: >
455455
-BuildArtifactsPath '$(buildArtifactsPath)/lock-files'
456-
-EmitterPackagePath {{ parameters.EmitterPackagePath }}
456+
-EmitterPackagePath ${{ parameters.EmitterPackagePath }}
457457
458458
- task: PowerShell@2
459459
displayName: 'Run test script'

0 commit comments

Comments
 (0)