mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-10 19:27:09 +02:00
appveyor : nuget restore
This commit is contained in:
@@ -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.
|
A fluent API allows to specify the behavior of the server and hence easily stub and mock webservices and REST ressources.
|
||||||
```csharp
|
```csharp
|
||||||
server = FluentMockServer.Start();
|
var server = FluentMockServer.Start();
|
||||||
server
|
server
|
||||||
.Given(
|
.Given(
|
||||||
Requests.WithUrl("/*")
|
Requests.WithUrl("/*")
|
||||||
|
|||||||
@@ -19,7 +19,8 @@ environment:
|
|||||||
PATH: $(PATH);$(PROGRAMFILES)\dotnet\
|
PATH: $(PATH);$(PROGRAMFILES)\dotnet\
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- nuget restore
|
- nuget restore .\examples\WireMock.Net.ConsoleApplication\WireMock.Net.ConsoleApplication.csproj
|
||||||
|
- nuget restore .\test\WireMock.Net.Tests\WireMock.Net.Tests.csproj
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- appveyor-retry dotnet restore .\src\WireMock -v Minimal
|
- appveyor-retry dotnet restore .\src\WireMock -v Minimal
|
||||||
|
|||||||
Reference in New Issue
Block a user