mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-24 14:10:29 -05:00
testing version push to master
no reason to update for this build.
This commit is contained in:
@ -145,6 +145,19 @@ steps:
|
||||
changeLogCompareToRelease: 'lastNonDraftRelease'
|
||||
changeLogType: 'commitBased'
|
||||
|
||||
- task: InvokeRESTAPI@1
|
||||
inputs:
|
||||
connectionType: 'connectedServiceName'
|
||||
serviceConnection: 'IW4MAdmin-Master'
|
||||
method: 'POST'
|
||||
body: |
|
||||
{
|
||||
"current-version-prerelease": "$(VersionInformation.Major).$(VersionInformation.Minor).$(VersionInformation.Build).0",
|
||||
"jwt-secret" : $(JWTSecret)"
|
||||
}
|
||||
urlSuffix: '/version'
|
||||
waitForCompletion: 'false'
|
||||
|
||||
- task: PublishPipelineArtifact@1
|
||||
inputs:
|
||||
targetPath: '$(outputFolder)'
|
||||
|
Reference in New Issue
Block a user