appveyor : dotnet pack -c %CONFIGURATION%

This commit is contained in:
Stef Heyenrath
2017-01-18 21:24:00 +01:00
parent 07488cd66b
commit 1d2c7fcf79
3 changed files with 9 additions and 6 deletions

3
src/_build nuget.cmd Normal file
View File

@@ -0,0 +1,3 @@
dotnet restore
dotnet pack -c Release WireMock\project.json
pause