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
dd2a827237
commit
4c1d630606
1 changed files with 2 additions and 1 deletions
|
|
@ -181,7 +181,8 @@ stages:
|
|||
}
|
||||
$applicationFileName = [System.IO.Path]::GetFileNameWithoutExtension($applicationFile[0])
|
||||
$applicationFolder = "$($applicationFileName)_$($appVersionWithUnderscores)"
|
||||
|
||||
$applicationFolder
|
||||
|
||||
$appVersionWithUnderscores = $env:BUILD_BUILDNUMBER.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