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
20c3bbee68
commit
73ef0f01b6
1 changed files with 5 additions and 5 deletions
|
|
@ -87,11 +87,11 @@ stages:
|
|||
$installTextFile = '.azure/scripts/Installer.txt'
|
||||
|
||||
$installTextFileContent = @"
|
||||
#define AppVer "$($appVersionShort)"
|
||||
#define AppVerFull "$($appVersion)"
|
||||
#define AppVerPath "$($appVersionWithUnderscores)"
|
||||
#define RootPath "$($publishPath)"
|
||||
"@
|
||||
#define AppVer "$($appVersionShort)"
|
||||
#define AppVerFull "$($appVersion)"
|
||||
#define AppVerPath "$($appVersionWithUnderscores)"
|
||||
#define RootPath "$($publishPath)"
|
||||
"@
|
||||
$installTextFileContent | Out-File -LiteralPath:$installTextFile -Force -Encoding ascii
|
||||
pwsh: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue