mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-30 14:22:20 +02:00
#25 - WireMock.Net.Standalone
This commit is contained in:
@@ -20,8 +20,8 @@ environment:
|
|||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- dotnet restore .\src\WireMock.Net\WireMock.Net.csproj
|
- dotnet restore .\src\WireMock.Net\WireMock.Net.csproj
|
||||||
|
- nuget restore .\src\WireMock.Net.Standalone\WireMock.Net.Standalone.csproj -PackagesDirectory packages
|
||||||
- nuget restore .\examples\WireMock.Net.ConsoleApplication\WireMock.Net.ConsoleApplication.csproj -PackagesDirectory packages
|
- nuget restore .\examples\WireMock.Net.ConsoleApplication\WireMock.Net.ConsoleApplication.csproj -PackagesDirectory packages
|
||||||
- nuget restore .\examples\WireMock.Net.Standalone\WireMock.Net.Standalone.csproj -PackagesDirectory packages
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
# build WireMock.Net
|
# build WireMock.Net
|
||||||
@@ -33,7 +33,7 @@ build_script:
|
|||||||
|
|
||||||
# build WireMock.Net.ConsoleApplication and WireMock.Net.Standalone
|
# build WireMock.Net.ConsoleApplication and WireMock.Net.Standalone
|
||||||
- cmd: msbuild .\examples\WireMock.Net.ConsoleApplication\WireMock.Net.ConsoleApplication.csproj /p:Configuration=%CONFIGURATION%
|
- cmd: msbuild .\examples\WireMock.Net.ConsoleApplication\WireMock.Net.ConsoleApplication.csproj /p:Configuration=%CONFIGURATION%
|
||||||
- cmd: msbuild .\examples\WireMock.Net.Standalone\WireMock.Net.Standalone.csproj /p:Configuration=%CONFIGURATION%
|
- cmd: msbuild .\src\WireMock.Net.Standalone\WireMock.Net.Standalone.csproj /p:Configuration=%CONFIGURATION%
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- nuget.exe install OpenCover -ExcludeVersion
|
- nuget.exe install OpenCover -ExcludeVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user