From 63f694ce5b2eb232d263ea4ea90cf1566157bded Mon Sep 17 00:00:00 2001 From: Dhanashree Phulkar Date: Mon, 25 Nov 2024 14:37:25 +0530 Subject: [PATCH] create msi --- setup/create_windows_msi.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup/create_windows_msi.yml b/setup/create_windows_msi.yml index aeb203c49..ac9b6665f 100644 --- a/setup/create_windows_msi.yml +++ b/setup/create_windows_msi.yml @@ -33,7 +33,7 @@ steps: $outputMsi = "${{ parameters.build_dir }}\azcopy.msi" Write-Host "Work dir: $workDir WiX Toolset Path: $wixToolsPath" - cd $msiDir + #cd $msiDir # Step 2: Update the fields in the .wxs file Write-Host "Updating Uuid in .wxs file..." @@ -101,9 +101,6 @@ steps: Get-ChildItem -Path $workDir -Filter "*.cab" - Write-Host "Work Dir: $msiDir" - Get-ChildItem -Path $msiDir -Filter "*.cab" | Format-Table Name, FullName - Write-Host "output msi Dir: $outputMsi" Get-ChildItem -Path $outputMsi -Filter "*.cab" | Format-Table Name, FullName