mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Update ci-build.yaml for Azure Pipelines
This commit is contained in:
parent
43a14780af
commit
6645017f86
1 changed files with 3 additions and 3 deletions
|
@ -20,6 +20,7 @@ variables:
|
||||||
csProj: '**/*.csproj'
|
csProj: '**/*.csproj'
|
||||||
buildConfiguration: 'Release'
|
buildConfiguration: 'Release'
|
||||||
publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp3.0'
|
publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp3.0'
|
||||||
|
gitTag: 'v4.0.${Build.BuildId}'
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
@ -164,14 +165,13 @@ steps:
|
||||||
repositoryName: 'dotnet-foundation/Home'
|
repositoryName: 'dotnet-foundation/Home'
|
||||||
action: 'create'
|
action: 'create'
|
||||||
target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672'
|
target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672'
|
||||||
tagSource: 'gitTag'
|
tagSource: 'userSpecifiedTag'
|
||||||
tagPattern: 'v4.*'
|
tag: '${gitTag}'
|
||||||
releaseNotesSource: 'inline'
|
releaseNotesSource: 'inline'
|
||||||
releaseNotesInline: 'test'
|
releaseNotesInline: 'test'
|
||||||
isPreRelease: true
|
isPreRelease: true
|
||||||
changeLogCompareToRelease: 'lastFullRelease'
|
changeLogCompareToRelease: 'lastFullRelease'
|
||||||
changeLogType: 'commitBased'
|
changeLogType: 'commitBased'
|
||||||
|
|
||||||
#- task: PublishBuildArtifacts@1
|
#- task: PublishBuildArtifacts@1
|
||||||
# displayName: Publish Win 86
|
# displayName: Publish Win 86
|
||||||
# inputs:
|
# inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue