зеркало из https://github.com/microsoft/IPC.Bond.git
Exclude IPC tests from build (#14)
This commit is contained in:
Родитель
1e33b66692
Коммит
e8b33ac051
|
@ -10,7 +10,7 @@ The library is developed and maintained with [Visual Studio 2019](https://docs.m
|
|||
In order to build the library you will need to do the following:
|
||||
1. Restore NuGet packages for [IPC.Bond.sln](https://github.com/Microsoft/IPC.Bond/blob/master/IPC.Bond.sln).
|
||||
2. Build the [Bond](https://github.com/Microsoft/bond) (only core C++) submodule using helper [bond.cmd](https://github.com/Microsoft/IPC.Bond/blob/master/bond.cmd) script.
|
||||
3. Build the [IPC](https://github.com/Microsoft/IPC) submodule using [IPC.sln](https://github.com/Microsoft/IPC/blob/master/IPC.sln).
|
||||
3. Build the [IPC](https://github.com/Microsoft/IPC) submodule using [IPC.sln](https://github.com/Microsoft/IPC/blob/master/IPC.sln) ([Transport.csproj](https://github.com/microsoft/IPC/blob/master/Transport/Transport.csproj) only).
|
||||
4. Build the [IPC.Bond.sln](https://github.com/Microsoft/IPC.Bond/blob/master/IPC.Bond.sln).
|
||||
|
||||
# Getting Started
|
||||
|
|
|
@ -41,7 +41,7 @@ matrix:
|
|||
|
||||
before_build:
|
||||
- bond.cmd %configuration% "C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
- msbuild IPC\IPC.sln /p:Configuration=%configuration% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
- msbuild IPC\IPC.sln /m /t:Transport /p:Configuration=%configuration% /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
|
||||
build:
|
||||
project: IPC.Bond.sln
|
||||
|
|
Загрузка…
Ссылка в новой задаче