mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
* jsonpath in response * Fix tests * Support also BodyAsJson * Fix Sonar Issue * Add example (zubinix2) * Fix batch file * Solve CodeFactor issues * netcoreapp2.0;netcoreapp2.1 * 1.0.4.8
11 lines
294 B
Batchfile
11 lines
294 B
Batchfile
@echo off
|
|
call Service-Uninstall.bat
|
|
|
|
SET mypath=%~dp0
|
|
SET targetpath=C:\Services\WireMock.Net.Service\
|
|
|
|
mkdir "%targetpath%"
|
|
xcopy "%mypath%*" "%targetpath%*"
|
|
|
|
C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe "%targetpath%WireMock.Net.Service.exe"
|
|
net start "WireMock.Net.Service" |