We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd5812 commit fc77b7bCopy full SHA for fc77b7b
eng/common/pipelines/templates/archetype-typespec-emitter.yml
@@ -453,7 +453,7 @@ extends:
453
filePath: $(Build.SourcesDirectory)/eng/scripts/typespec/Initialize-WorkingDirectory.ps1
454
arguments: >
455
-BuildArtifactsPath '$(buildArtifactsPath)/lock-files'
456
- -EmitterPackagePath {{ parameters.EmitterPackagePath }}
+ -EmitterPackagePath ${{ parameters.EmitterPackagePath }}
457
458
- task: PowerShell@2
459
displayName: 'Run test script'
0 commit comments