From ffb26a54d4473cc9612322f2aaf153c2caa03def Mon Sep 17 00:00:00 2001 From: Alexey Zimarev Date: Sun, 10 Jun 2018 17:23:23 +0200 Subject: [PATCH] Adding dotnet restore --- RestSharp.sln | 1 + build.bat | 1 + 2 files changed, 2 insertions(+) diff --git a/RestSharp.sln b/RestSharp.sln index a242c2257..cfddf44b9 100644 --- a/RestSharp.sln +++ b/RestSharp.sln @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{C5B02FAA-6 README.md = README.md readme.txt = readme.txt releasenotes.md = releasenotes.md + build.bat = build.bat EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestSharp", "RestSharp\RestSharp.csproj", "{24BDBFB9-7849-400D-B3AB-E06AB7AEDBC5}" diff --git a/build.bat b/build.bat index 8282ce6fb..75a38fa51 100644 --- a/build.bat +++ b/build.bat @@ -1,3 +1,4 @@ +dotnet restore msbuild /t:build /p:Configuration=Release dotnet test --no-build msbuild /t:Pack /p:Version=106.0.0 \ No newline at end of file