Skip to content

Commit

Permalink
#25 - WireMock.Net.Standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Apr 14, 2017
1 parent 9634e91 commit 47a9a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ environment:

before_build:
- 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.Standalone\WireMock.Net.Standalone.csproj -PackagesDirectory packages

build_script:
# build WireMock.Net
Expand All @@ -33,7 +33,7 @@ build_script:

# 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.Standalone\WireMock.Net.Standalone.csproj /p:Configuration=%CONFIGURATION%
- cmd: msbuild .\src\WireMock.Net.Standalone\WireMock.Net.Standalone.csproj /p:Configuration=%CONFIGURATION%

test_script:
- nuget.exe install OpenCover -ExcludeVersion
Expand Down

0 comments on commit 47a9a79

Please sign in to comment.