Skip to content

Commit

Permalink
enable release
Browse files Browse the repository at this point in the history
  • Loading branch information
secana committed Mar 12, 2019
1 parent 3cc8875 commit 6eaa342
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 @@ -21,12 +21,12 @@ steps:
- powershell: cp .\CertDump\bin\Release\netcoreapp2.1\win-x64\native\CertDump.exe $(Build.ArtifactStagingDirectory)
displayName: Copy CertDump.exe to "Artifacts Staging Directory"

# - task: GitHubRelease@0
# displayName: Create GitHub Release
# condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
# inputs:
# gitHubConnection: 'CertDumpRelease'
# repositoryName: 'secana/CertDump'
# title: 'CertDump Windows x64'
# addChangeLog: false
# assets: $(Build.ArtifactStagingDirectory)/*.exe
- task: GitHubRelease@0
displayName: Create GitHub Release
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
inputs:
gitHubConnection: 'CertDumpRelease'
repositoryName: 'secana/CertDump'
title: 'CertDump Windows x64'
addChangeLog: false
assets: $(Build.ArtifactStagingDirectory)/*.exe

0 comments on commit 6eaa342

Please sign in to comment.