Skip to content

Commit

Permalink
CI: Remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Apr 1, 2024
1 parent 327d28f commit 9df99aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ if (-not(Test-Path -Path $MSBuildPath -PathType Leaf)) {
# Build with msbuild
Start-Process -FilePath $MSBuildPath -ArgumentList "$PSScriptRoot\Source\NETworkManager.sln /restore /t:Clean,Build /p:Configuration=Release /p:TargetFramework=$TargetFramework /p:RuntimeIdentifier=$RuntimeIdentifier /p:Platform=$TargetPlatform /p:WarningLevel=0" -Wait -NoNewWindow

Start-Sleep -Seconds 10

# Test if build is available
if (-not(Test-Path -Path "$PSScriptRoot\Source\NETworkManager\bin\Release\$TargetFramework\$RuntimeIdentifier\NETworkManager.exe" -PathType Leaf)) {
Write-Error -Message "Could not find release build. Is .NET SDK 8.0 or later installed? Check logs above for more information." -ErrorAction Stop
Expand Down

0 comments on commit 9df99aa

Please sign in to comment.