This commit is contained in:
Wiesław Šoltés 2017-10-31 14:00:55 +01:00 коммит произвёл GitHub
Родитель c2256be5c2
Коммит 09464b247a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,9 @@ jobs:
steps:
- checkout
- run: dotnet restore src/ReactiveHistory
- run: dotnet build src/ReactiveHistory/ReactiveHistory.csproj
- run: dotnet build src/ReactiveHistory/ReactiveHistory.csproj -c Release -f netstandard2.0
- run: dotnet restore tests/ReactiveHistory.UnitTests
- run: dotnet test tests/ReactiveHistory.UnitTests/ReactiveHistory.UnitTests.csproj -c Release -f netcoreapp2.0
notify:
webhooks:
- url: https://webhooks.gitter.im/e/4ca4750799464a669fb4