浏览代码

update build script

Oren Novotny 8 年之前
父节点
当前提交
3c4c70e5bf
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      Rx.NET/Source/build-new.ps1

+ 6 - 1
Rx.NET/Source/build-new.ps1

@@ -34,8 +34,13 @@ New-Item -ItemType Directory -Force -Path $artifacts
 Write-Host "Restoring packages for $scriptPath\System.Reactive.sln" -Foreground Green
 msbuild "$scriptPath\System.Reactive.sln" /t:restore /p:Configuration=$configuration 
 
-Write-Host "Building $scriptPath\System.Reactive\System.Reactive.csproj" -Foreground Green
+Write-Host "Building $scriptPath\System.Reactive.sln" -Foreground Green
+msbuild "$scriptPath\System.Reactive.sln" /t:build /p:Configuration=$configuration 
+
+Write-Host "Building Packages" -Foreground Green
 msbuild "$scriptPath\System.Reactive\System.Reactive.csproj" /t:pack /p:Configuration=$configuration /p:PackageOutputPath=$artifacts
+msbuild "$scriptPath\Microsoft.Reactive.Testing\Microsoft.Reactive.Testing.csproj" /t:pack /p:Configuration=$configuration /p:PackageOutputPath=$artifacts
+msbuild "$scriptPath\System.Reactive.Observable.Aliases\System.Reactive.Observable.Aliases.csproj" /t:pack /p:Configuration=$configuration /p:PackageOutputPath=$artifacts
 
 
 if($hasSignClientSecret) {