Skip to content

Commit

Permalink
Adding dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Jun 10, 2018
1 parent 4f54f38 commit ffb26a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RestSharp.sln
Expand Up @@ -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}"
Expand Down
1 change: 1 addition & 0 deletions 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

0 comments on commit ffb26a5

Please sign in to comment.