mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
fixed deploy
This commit is contained in:
parent
685b119454
commit
c5a70c156f
3 changed files with 8 additions and 4 deletions
|
@ -48,8 +48,8 @@ stages:
|
|||
releaseNotesSource: 'inline'
|
||||
releaseNotesInline: '$(ReleaseNotes)'
|
||||
assets: |
|
||||
$(Build.ArtifactStagingDirectory)/*.zip
|
||||
$(Build.ArtifactStagingDirectory)/*.gz
|
||||
$(System.ArtifactsDirectory)/*.zip
|
||||
$(System.ArtifactsDirectory)/*.gz
|
||||
isPreRelease: true
|
||||
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||
changeLogType: 'commitBased'
|
||||
|
|
|
@ -50,6 +50,7 @@ steps:
|
|||
- task: DotNetCoreCLI@2
|
||||
displayName: Run Unit Tests
|
||||
inputs:
|
||||
comand: 'test'
|
||||
command: 'custom'
|
||||
projects: '$(TestProject)'
|
||||
continueOnError: true
|
||||
custom: 'test'
|
||||
continueOnError: true
|
||||
|
|
|
@ -25,3 +25,6 @@ variables:
|
|||
|
||||
- name: "BuildVersion"
|
||||
value: "4.0.$(Build.BuildId)"
|
||||
|
||||
- name: "ReleaseNotes"
|
||||
value: ""S
|
Loading…
Add table
Add a link
Reference in a new issue