Skip to content

Commit

Permalink
fix publish pipeline typo (#3179)
Browse files Browse the repository at this point in the history
Fixes #3133
  • Loading branch information
m-nash committed Apr 16, 2024
1 parent 53f8b1d commit 083ba8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
36 changes: 0 additions & 36 deletions packages/http-client-csharp/eng/pipeline/preview.yml

This file was deleted.

3 changes: 2 additions & 1 deletion packages/http-client-csharp/eng/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extends:

parameters:
stages:
- tempate: /eng/emitters/pipelines/templates/stages/emitter-stages.yml
- template: /eng/emitters/pipelines/templates/stages/emitter-stages.yml
parameters:
BuildPrereleaseVersion: false
UseTypeSpecNext: false
Expand All @@ -26,3 +26,4 @@ extends:
file: typespec-http-client-csharp-*.tgz
type: npm
UnitTestArgs: -UnitTests
StagePrefix: "CSharp"
1 change: 1 addition & 0 deletions packages/http-client-csharp/eng/scripts/Build-Packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $outputPath = $Output ? $Output : "$packageRoot/ci-build"

# create the output folders
$outputPath = New-Item -ItemType Directory -Force -Path $outputPath | Select-Object -ExpandProperty FullName
New-Item -ItemType Directory -Force -Path "$outputPath/packages" | Out-Null

$emitterVersion = node -p -e "require('$packageRoot/package.json').version"

Expand Down

0 comments on commit 083ba8d

Please sign in to comment.