Skip to content

Commit 8b262a8

Browse files
Ihar YakimushIhar Yakimush
authored andcommitted
add build file
1 parent 74773f3 commit 8b262a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

SolrNet.Linq.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SolrNet.Linq.IntegrationTes
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20E30BDD-7AA1-4C19-9A6D-82AFA956A459}"
1111
ProjectSection(SolutionItems) = preProject
12+
build.ps1 = build.ps1
1213
docker-compose.yml = docker-compose.yml
1314
localenv.ps1 = localenv.ps1
1415
README.md = README.md

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dotnet build SolrNet.Linq.sln -c Release

0 commit comments

Comments
 (0)