@@ -108,12 +108,12 @@ extends:
108
108
-PrereleaseSuffix "-alpha.$(Build.BuildNumber)"
109
109
-OutputDirectory "$(Build.ArtifactStagingDirectory)"
110
110
-UseTypeSpecNext:$${{ parameters.UseTypeSpecNext }}
111
- -EmitterPackagePath: ${{ parameters.EmitterPackagePath }}
111
+ -EmitterPackagePath:${{ parameters.EmitterPackagePath }}
112
112
${{ else }} :
113
113
arguments : >
114
114
-OutputDirectory "$(Build.ArtifactStagingDirectory)"
115
115
-UseTypeSpecNext:$${{ parameters.UseTypeSpecNext }}
116
- -EmitterPackagePath: ${{ parameters.EmitterPackagePath }}
116
+ -EmitterPackagePath:${{ parameters.EmitterPackagePath }}
117
117
118
118
- task : PowerShell@2
119
119
displayName : ' Run build script'
@@ -124,7 +124,7 @@ extends:
124
124
arguments : >
125
125
-OutputDirectory "$(Build.ArtifactStagingDirectory)/packages"
126
126
-TargetNpmJsFeed:$${{ parameters.PublishPublic }}
127
- -EmitterPackagePath: ${{ parameters.EmitterPackagePath }}
127
+ -EmitterPackagePath:${{ parameters.EmitterPackagePath }}
128
128
129
129
- pwsh : |
130
130
$sourceBranch = '$(Build.SourceBranch)'
@@ -310,7 +310,7 @@ extends:
310
310
Paths :
311
311
- " /*"
312
312
- " !SessionRecords"
313
-
313
+
314
314
- download : current
315
315
displayName : Download pipeline artifacts
316
316
@@ -453,7 +453,7 @@ extends:
453
453
filePath : $(Build.SourcesDirectory)/eng/scripts/typespec/Initialize-WorkingDirectory.ps1
454
454
arguments : >
455
455
-BuildArtifactsPath '$(buildArtifactsPath)/lock-files'
456
- -EmitterPackagePath ${{ parameters.EmitterPackagePath }}
456
+ -EmitterPackagePath: ${{ parameters.EmitterPackagePath }}
457
457
458
458
- task : PowerShell@2
459
459
displayName : ' Run test script'
@@ -463,6 +463,7 @@ extends:
463
463
arguments : >
464
464
$(TestArguments)
465
465
-OutputDirectory "$(Build.ArtifactStagingDirectory)"
466
+ -EmitterPackagePath: ${{ parameters.EmitterPackagePath }}
466
467
467
468
- template : /eng/common/pipelines/templates/steps/publish-1es-artifact.yml
468
469
parameters :
0 commit comments