Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 639 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 639 Bytes

Netmockery is a simple system for simulating network services.

The end user documentation is a work in progress.

Build Status

BUILDING AND TESTING

.NET Core:

cd UnitTests
dotnet restore -r netcoreapp1.1
dotnet test -f netcoreapp1.1

.NET Framework 4.6.2:

cd UnitTests
dotnet restore -r net462
dotnet test -f net462

DEPLOYMENT PACKAGES

dotnet publish -f netcoreapp1.1
dotnet publish -f net462