Skip to content

Commit ffb26a5

Browse files
committed
Adding dotnet restore
1 parent 4f54f38 commit ffb26a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RestSharp.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{C5B02FAA-6
1010
README.md = README.md
1111
readme.txt = readme.txt
1212
releasenotes.md = releasenotes.md
13+
build.bat = build.bat
1314
EndProjectSection
1415
EndProject
1516
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestSharp", "RestSharp\RestSharp.csproj", "{24BDBFB9-7849-400D-B3AB-E06AB7AEDBC5}"

build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dotnet restore
12
msbuild /t:build /p:Configuration=Release
23
dotnet test --no-build
34
msbuild /t:Pack /p:Version=106.0.0

0 commit comments

Comments
 (0)