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'
|
releaseNotesSource: 'inline'
|
||||||
releaseNotesInline: '$(ReleaseNotes)'
|
releaseNotesInline: '$(ReleaseNotes)'
|
||||||
assets: |
|
assets: |
|
||||||
$(Build.ArtifactStagingDirectory)/*.zip
|
$(System.ArtifactsDirectory)/*.zip
|
||||||
$(Build.ArtifactStagingDirectory)/*.gz
|
$(System.ArtifactsDirectory)/*.gz
|
||||||
isPreRelease: true
|
isPreRelease: true
|
||||||
changeLogCompareToRelease: 'lastNonDraftRelease'
|
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||||
changeLogType: 'commitBased'
|
changeLogType: 'commitBased'
|
||||||
|
|
|
@ -50,6 +50,7 @@ steps:
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: Run Unit Tests
|
displayName: Run Unit Tests
|
||||||
inputs:
|
inputs:
|
||||||
comand: 'test'
|
command: 'custom'
|
||||||
projects: '$(TestProject)'
|
projects: '$(TestProject)'
|
||||||
continueOnError: true
|
custom: 'test'
|
||||||
|
continueOnError: true
|
||||||
|
|
|
@ -25,3 +25,6 @@ variables:
|
||||||
|
|
||||||
- name: "BuildVersion"
|
- name: "BuildVersion"
|
||||||
value: "4.0.$(Build.BuildId)"
|
value: "4.0.$(Build.BuildId)"
|
||||||
|
|
||||||
|
- name: "ReleaseNotes"
|
||||||
|
value: ""S
|
Loading…
Add table
Add a link
Reference in a new issue