Skip to content

Commit

Permalink
create msi
Browse files Browse the repository at this point in the history
  • Loading branch information
dphulkar-msft committed Nov 25, 2024
1 parent a18d80d commit 63f694c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup/create_windows_msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 63f694c

Please sign in to comment.