build.ps1 221 B

1234567
  1. $repositoryRoot = split-path $MyInvocation.MyCommand.Definition
  2. Write-Host "Building Rx.NET" -ForegroundColor Green
  3. .\Rx.NET\Source\build-new
  4. Write-Host "Building Ix.NET" -ForegroundColor Green
  5. .\Ix.NET\Source\build-new