installer file task changes

This commit is contained in:
Brett Hewitson 2022-12-23 13:33:03 +10:00
parent 7f4f6f2962
commit d7dfa88b1c

View file

@ -199,6 +199,8 @@ stages:
#define AppVerFull "$appVersion"
#define AppVerPath "$appVersionWithUnderscores"
#define RootPath "$env:BUILD_BINARIESDIRECTORY"
#define SourceDir "$env:BUILD_BINARIESDIRECTORY\Application Files\${{parameters.ApplicationName}}_$appVersionWithUnderscores"
#define OutputDir "$env:BUILD_ARTIFACTSTAGINGDIRECTORY"
"@
$installTextFileContent | Set-Content "$installTextFile" -Encoding Ascii -Force