mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 17:27:48 +00:00
Test pipelines build (#8136)
This commit is contained in:
parent
eb74a450e4
commit
b343276603
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
name: $(majorVersion).$(minorVersion).$(patchVersion)
|
||||
variables:
|
||||
majorVersion: 0
|
||||
minorVersion: 14
|
||||
minorVersion: 15
|
||||
patchVersion: $[counter(variables['minorVersion'], 1)] #this will reset when we bump minor
|
||||
jackettVersion: $(majorVersion).$(minorVersion).$(patchVersion)
|
||||
buildConfiguration: Release
|
||||
|
@ -494,7 +494,7 @@ stages:
|
|||
- task: GitHubRelease@1
|
||||
displayName: Create Github release
|
||||
inputs:
|
||||
gitHubConnection: github.com_jackett
|
||||
gitHubConnection: JackettPublish
|
||||
repositoryName: '$(Build.Repository.Name)'
|
||||
action: create
|
||||
target: $(Build.SourceVersion)
|
||||
|
|
Loading…
Reference in a new issue