Skip to content

Commit

Permalink
removed gh release on develop push
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicallyJoe committed Nov 15, 2020
1 parent cea51c9 commit 249a961
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .azpipes/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ stages:
imageTags: |
develop
- job: ghrelease
displayName: github release
pool:
vmImage: $(vmImage)
steps:
- template: ../templates/github/createRelease.yml
parameters:
workingDirectory: $(System.DefaultWorkingDirectory)
version: ${{ variables.version }}-preview
githubConnection: ${{ variables.githubConnection }}
isPreRelease: true
addChangeLog: false

- stage: buildandpushtocrmaster
displayName: Uploading new release to cr
dependsOn: continuousIntegration
Expand Down

0 comments on commit 249a961

Please sign in to comment.