diff --git a/.azure/pipelines/azure-pipelines.yml b/.azure/pipelines/azure-pipelines.yml index 8300bb33..7924bba0 100644 --- a/.azure/pipelines/azure-pipelines.yml +++ b/.azure/pipelines/azure-pipelines.yml @@ -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