Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Brett Hewitson 2022-12-21 20:37:37 +10:00
parent 20c3bbee68
commit 73ef0f01b6

View file

@ -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