mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
94a4da1f39
commit
cfd6c0d41e
1 changed files with 2 additions and 2 deletions
|
|
@ -83,10 +83,10 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
$appVersion = $(Build.BuildNumber)
|
$appVersion = $env:BUILD_BUILDNUMBER
|
||||||
$appVersionShort = $appVersion.Substring(0, $appVersion.LastIndexOf('.'))
|
$appVersionShort = $appVersion.Substring(0, $appVersion.LastIndexOf('.'))
|
||||||
$appVersionWithUnderscores = $appVersion.Replace('.', '_')
|
$appVersionWithUnderscores = $appVersion.Replace('.', '_')
|
||||||
$publishPath = $(Build.ArtifactStagingDirectory)\bin
|
$publishPath = $env:BUILD_ARTIFACTSTAGINGDIRECTORY\bin
|
||||||
$installTextFile = '.azure/scripts/Installer.txt'
|
$installTextFile = '.azure/scripts/Installer.txt'
|
||||||
|
|
||||||
$installTextFileContent = @"
|
$installTextFileContent = @"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue