mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
pipeline file changes
This commit is contained in:
parent
67c89edbc2
commit
bacfe49176
1 changed files with 2 additions and 2 deletions
|
|
@ -147,7 +147,7 @@ stages:
|
|||
BUILD_ARTIFACTSTAGINGDIRECTORY: $(Build.ArtifactStagingDirectory)
|
||||
BUILD_BINARIESDIRECTORY: $(Build.BinariesDirectory)
|
||||
BUILD_SOURCESDIRECTORY: $(Build.SourcesDirectory)
|
||||
AGENTCAPABILITIES_USER_INNOSETUP: 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe'
|
||||
#AGENT_USER_INNOSETUP: 'C:\Program Files (x86)\Inno Setup 6\ISCC.exe'
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
|
|
@ -171,7 +171,7 @@ stages:
|
|||
"@
|
||||
$installTextFileContent | Set-Content "$installTextFile" -Encoding Ascii -Force
|
||||
|
||||
& "$env:AGENTCAPABILITIES_USER_INNOSETUP" "$installScriptFile"
|
||||
& "$env:AGENT_USER_INNOSETUP" "$installScriptFile"
|
||||
|
||||
$exeFile = "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/${{parameters.ApplicationName}}_$appVersionShort.exe"
|
||||
Copy-Item -Path $exeFile -Destination "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/latest.exe" -Force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue