We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb5657 commit ec3be17Copy full SHA for ec3be17
SHIR/build.ps1
@@ -8,7 +8,7 @@ function Write-Log($Message) {
8
function Install-SHIR() {
9
Write-Log "Install the Self-hosted Integration Runtime in the Windows container"
10
11
- $MsiFileName = (Get-ChildItem -Path C:\SHIR | Where-Object { $_.Name -match [regex] "IntegrationRuntime_.*.msi" })[0].Name
+ $MsiFileName = (Get-ChildItem -Path C:\SHIR | Where-Object { $_.Name -match [regex] "IntegrationRuntime.*.msi" })[0].Name
12
Write-Log $MsiFileName
13
14
Start-Process msiexec.exe -Wait -ArgumentList "/i C:\SHIR\$MsiFileName /qn"
0 commit comments