mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
342eecbb83
commit
407168682c
3 changed files with 26 additions and 9 deletions
|
|
@ -141,7 +141,6 @@ stages:
|
|||
script: |
|
||||
$appVersion = $env:BUILD_BUILDNUMBER
|
||||
$appVersionShort = $appVersion.Substring(0, $appVersion.LastIndexOf('.'))
|
||||
$appVersionWithUnderscores = $appVersion.Replace('.', '_')
|
||||
|
||||
$versionFile = "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/latest.txt"
|
||||
$AppVersionShort | Set-Content "$versionFile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue