You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-SpecialLog"Build Complete for '$scriptDir!'" (Get-ScriptName) (Get-ScriptLineNumber)
}
else
{
Write-ErrorLog"Build returned non-zero exit code: $LASTEXITCODE. Please check if the project built successfully before you can launch examples." (Get-ScriptName) (Get-ScriptLineNumber)
throw"Build returned non-zero exit code: $LASTEXITCODE. Please check if the project built successfully before you can launch examples."