We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327d28f commit 9df99aaCopy full SHA for 9df99aa
1 file changed
build.ps1
@@ -67,8 +67,6 @@ if (-not(Test-Path -Path $MSBuildPath -PathType Leaf)) {
67
# Build with msbuild
68
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
69
70
-Start-Sleep -Seconds 10
71
-
72
# Test if build is available
73
if (-not(Test-Path -Path "$PSScriptRoot\Source\NETworkManager\bin\Release\$TargetFramework\$RuntimeIdentifier\NETworkManager.exe" -PathType Leaf)) {
74
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