appveyor : nuget restore

This commit is contained in:
Stef Heyenrath
2017-01-18 21:06:04 +01:00
parent 8f4216eb3f
commit 7884ee1eda
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ WireMock allows to get an HTTP server in a glance.
A fluent API allows to specify the behavior of the server and hence easily stub and mock webservices and REST ressources.
```csharp
server = FluentMockServer.Start();
var server = FluentMockServer.Start();
server
.Given(
Requests.WithUrl("/*")