From 73ef0f01b6394e3c81c2d668cce7e8736c4fac62 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Wed, 21 Dec 2022 20:37:37 +1000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- .azure/pipelines/azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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