Skip to content

Commit 9df99aa

Browse files
committed
CI: Remove timeout
1 parent 327d28f commit 9df99aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ if (-not(Test-Path -Path $MSBuildPath -PathType Leaf)) {
6767
# Build with msbuild
6868
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
6969

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

0 commit comments

Comments
 (0)