File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ if (-not(Test-Path -Path $MSBuildPath -PathType Leaf)) {
6767# Build with msbuild
6868Start-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
7371if (-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
You can’t perform that action at this time.
0 commit comments