Update ci-build.yaml for Azure Pipelines

pull/3338/head
Jamie 5 years ago
parent 43a14780af
commit 6645017f86

@ -20,6 +20,7 @@ variables:
csProj: '**/*.csproj'
buildConfiguration: 'Release'
publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp3.0'
gitTag: 'v4.0.${Build.BuildId}'
pool:
vmImage: 'ubuntu-latest'
@ -164,14 +165,13 @@ steps:
repositoryName: 'dotnet-foundation/Home'
action: 'create'
target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672'
tagSource: 'gitTag'
tagPattern: 'v4.*'
tagSource: 'userSpecifiedTag'
tag: '${gitTag}'
releaseNotesSource: 'inline'
releaseNotesInline: 'test'
isPreRelease: true
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
#- task: PublishBuildArtifacts@1
# displayName: Publish Win 86
# inputs:

Loading…
Cancel
Save