Skip to content

Commit

Permalink
Remove GitHub Release task from each jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Oct 12, 2019
1 parent 6d107a6 commit 3607588
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ jobs:
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)
artifactName: swiftwasm-sdk-linux
- task: GitHubRelease@0
inputs:
gitHubConnection: swiftwasm-release
tagSource: manual
tag: $(Build.BuildNumber)
assets: |
$(Build.ArtifactStagingDirectory)/*

- job: macOS
timeoutInMinutes: 0
Expand Down

0 comments on commit 3607588

Please sign in to comment.