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