Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 6829767

Browse files
authored
Merge pull request #224 from microsoft/andrueastman/fixReleasePipeline
Fixes release pipeline
2 parents ace6591 + 7e2f8bb commit 6829767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ extends:
251251
filePath: $(Pipeline.Workspace)\scripts\GetNugetPackageVersion.ps1
252252
pwsh: true
253253
arguments: '-packageDirPath "$(Pipeline.Workspace)/"'
254-
- task: NuGetCommand@2
254+
- task: 1ES.PublishNuGet@1
255255
displayName: 'NuGet push'
256256
inputs:
257257
command: push

0 commit comments

Comments
 (0)