Skip to content

Commit

Permalink
Merge pull request #1429 from TelegramBots/develop
Browse files Browse the repository at this point in the history
fix release-pipeline yml
  • Loading branch information
wiz0u authored Nov 3, 2024
2 parents 2522fec + 41b58c8 commit 1acbcb0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .azure-pipelines/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ steps:
-p:Version=$(releaseVersion)
$(projectPath)
displayName: Create release nuget package
- pwsh: >
dotnet nuget push
$(Build.ArtifactStagingDirectory)/packages/*.nupkg
--api-key $(NugetApiKey)
--skip-duplicate
--source https://api.nuget.org/v3/index.json
displayName: Publish package to NuGet
- pwsh: >
dotnet nuget push
$(Build.ArtifactStagingDirectory)/packages/*.nupkg
--api-key $(NugetApiKey)
--skip-duplicate
--source https://api.nuget.org/v3/index.json
displayName: Publish package to NuGet
- pwsh: >
dotnet nuget push
$(Build.ArtifactStagingDirectory)/packages/*.nupkg
Expand Down

0 comments on commit 1acbcb0

Please sign in to comment.