Skip to content

Commit

Permalink
fck
Browse files Browse the repository at this point in the history
  • Loading branch information
secana committed Oct 12, 2020
1 parent 6ce4105 commit b19e2ef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
displayName: Get version from tag
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))

- task: NuGetCommand@2
displayName: "Publish tool to NuGet.org"
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
inputs:
command: push
nuGetFeedType: external
allowPackageConflicts: true
publishFeedCredentials: "Nuget.org"
packagesToPush: "$(System.ArtifactsDirectory)/certdump/*.*nupkg"
# - task: NuGetCommand@2
# displayName: "Publish tool to NuGet.org"
# condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
# inputs:
# command: push
# nuGetFeedType: external
# allowPackageConflicts: true
# publishFeedCredentials: "Nuget.org"
# packagesToPush: "$(System.ArtifactsDirectory)/certdump/*.*nupkg"

- task: GitHubRelease@0
displayName: Create GitHub Release
Expand Down

0 comments on commit b19e2ef

Please sign in to comment.