This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.OData.Linq.xTests
99EndProject
1010Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{9CBF15A2-B552-47EB-B2A1-475E4B05A4CA}"
1111 Project Section (SolutionItems ) = preProject
12+ appveyor .yml = appveyor .yml
1213 build .ps1 = build .ps1
1314 LICENSE = LICENSE
1415 README .md = README .md
15- TODO .txt = TODO .txt
1616 EndProject Section
1717EndProject
1818Global
Original file line number Diff line number Diff line change 11# comminity-odata-linq
22Use text (OData format) expressons in LINQ methods for any IQuerable
3-
3+ [ ![ Build status ] ( https://ci.appveyor.com/api/projects/status/yrmp3074ryce61gb/branch/develop?svg=true )] ( https://ci.appveyor.com/project/IharYakimush/comminity-data-odata-linq/branch/develop )
44
55
66# nuget
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ exception handling
99negative scenarious in unit tests
1010readme with samples
1111+nuget package
12- github CI
12+ + github CI
Original file line number Diff line number Diff line change 1+ version : 1.0.{build}
2+ pull_requests :
3+ do_not_increment_build_number : true
4+ image : Visual Studio 2017
5+ dotnet_csproj :
6+ patch : true
7+ file : ' **\*.csproj'
8+ version : ' {version}'
9+ package_version : ' {version}'
10+ assembly_version : ' {version}'
11+ file_version : ' {version}'
12+ informational_version : ' {version}'
13+ nuget :
14+ disable_publish_on_pr : true
15+ build_script :
16+ - ps : build.ps1
You can’t perform that action at this time.
0 commit comments