Skip to content

Commit

Permalink
Merge pull request #4292 from cisagov/enterprise-binaries-release
Browse files Browse the repository at this point in the history
Use Wildcard for Starting Hosting Bundle
  • Loading branch information
randywoods authored Dec 11, 2024
2 parents 50920c2 + 1da72fe commit 320554e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_enterprise.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Install-WindowsFeature -Name Web-Server -IncludeManagementTools
# Install URL Rewrite module for IIS
Start-Process rewrite_amd64_en-US.msi -Wait

# Install dotnet 6 hosting bundle
Start-Process dotnet-hosting-8.0.1-win.exe -Wait
# Install dotnet hosting bundle
Start-Process -FilePath (Resolve-Path -Path "dotnet-hosting-*") -Wait

# Update enviornment path to ensure sqlcmd works after installing SQL server
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine")
Expand Down

0 comments on commit 320554e

Please sign in to comment.