Skip to content

Commit

Permalink
Remove conditions for GitHub releases (arcus-azure#45)
Browse files Browse the repository at this point in the history
This was optimized in template via arcus-azure/azure-devops-templates#25
  • Loading branch information
tomkerkhove authored and stijnmoreels committed Jan 21, 2020
1 parent 3523199 commit 0829484
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ stages:
```shell
PM > Install-Package Arcus.Messaging.Health --Version $(Build.BuildNumber)
```
condition: not(contains(variables['Build.BuildNumber'], '-'))
- template: create-pre-release.yml@templates
parameters:
repositoryName: 'arcus-azure/arcus.messaging'
Expand All @@ -140,5 +139,4 @@ stages:
```shell
PM > Install-Package Arcus.Messaging.Health --Version $(Build.BuildNumber)
```
condition: contains(variables['Build.BuildNumber'], '-')
- template: nuget/publish-official-package.yml@templates

0 comments on commit 0829484

Please sign in to comment.