mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
4c1d630606
commit
7c0d2f7f07
1 changed files with 3 additions and 2 deletions
|
|
@ -182,8 +182,9 @@ stages:
|
|||
$applicationFileName = [System.IO.Path]::GetFileNameWithoutExtension($applicationFile[0])
|
||||
$applicationFolder = "$($applicationFileName)_$($appVersionWithUnderscores)"
|
||||
$applicationFolder
|
||||
|
||||
$appVersionWithUnderscores = $env:BUILD_BUILDNUMBER.Replace('.', '_')
|
||||
|
||||
$appVersion = $env:BUILD_BUILDNUMBER
|
||||
$appVersionWithUnderscores = $appVersion.Replace('.', '_')
|
||||
$sourcePath = "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/Application Files/$applicationFolder"
|
||||
$zipFile = "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/latest.zip"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue