Skip to content

Commit

Permalink
Merge pull request containers#19270 from n1hility/fix-win-installerr
Browse files Browse the repository at this point in the history
Fix windows installer build
  • Loading branch information
openshift-merge-robot authored Jul 18, 2023
2 parents c6f8de8 + 3b63432 commit b88f9b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/win-installer/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ function FetchPanel() {
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -UseBasicParsing -OutFile nuget.exe -ErrorAction Stop `
-Uri https://dist.nuget.org/win-x86-commandline/latest/nuget.exe

.\nuget.exe install PanelSwWixExtension
# 3.3.3.224 generates invalid schema with RemoveFeature defaults.
# Lock the version to 211 until this issue is fixed (7/18/2023)
.\nuget.exe install PanelSwWixExtension -Version 3.3.3.211
$code = $LASTEXITCODE
Pop-Location
if ($code -gt 0) {
Expand Down

0 comments on commit b88f9b3

Please sign in to comment.