You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move linux build to AppVeyor, no longer use Travis, update Readme to reflect move away from Travis and MyGet
* relax SDK check, falling behind is handled by dotnet CLI properly already
* move to dotnet test (xunit is removed in later versions)
* explicit test reporter
* coverlet does not work yet but hopeful coverlet-coverage/coverlet#329 fixes it in the future
* include integration tests on azure pipelines
* job names are not allowed spaces
* disable integration tests for now against master
* Update readme.md
Co-Authored-By: Mpdreamz <[email protected]>
(cherry picked from commit 67d9b69)
Copy file name to clipboardExpand all lines: build/scripts/Building.fsx
-2
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,6 @@ module Build =
31
31
32
32
letprivatecompileCore incremental =
33
33
ifnot(DotNetCli.isInstalled())then failwith "You need to install the dotnet command line SDK to build for .NET Core"
34
-
letrunningSdkVersion= DotNetCli.getVersion()
35
-
if(runningSdkVersion <> pinnedSdkVersion)then failwithf "Attempting to run with dotnet.exe with %s but global.json mandates %s" runningSdkVersion pinnedSdkVersion
<td><a href="https://ci.appveyor.com/project/elastic/elasticsearch-net/branch/master/tests"><img alt="master unit tests" src="https://img.shields.io/appveyor/tests/elastic/elasticsearch-net/master.svg?style=flat-square"></a></td>
68
54
</tr>
69
55
</table>
56
+
57
+
## Preview builds
58
+
59
+
All branches push new nuget packages on successful CI builds to https://ci.appveyor.com/nuget/elasticsearch-net
60
+
70
61
71
62
### [Full documentation at https://www.elastic.co/guide/en/elasticsearch/client/net-api/current](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html)
72
63
@@ -318,12 +309,6 @@ and a small HTTP server will be spun up locally on port 8000 through which you c
318
309
319
310
[Pull Requests](https://github.com/elastic/elasticsearch-net/pulls) are most welcome for areas of documentation that need improving.
320
311
321
-
## Blog posts
322
-
323
-
Starting this section (2016) to list blogposts from our users that might be super helpful in your journey to learn Elasticsearch from a .NET perspective
324
-
325
-
- Read how buildclassifieds are using [ElasticSearch with ServiceStack (.NET)](http://buildclassifieds.com/2016/01/22/elasticsearch-and-servicestack/) in helping build a Classifieds Site.
326
-
327
312
#### Many thanks to:
328
313
*[Q42](https://q42.nl/) for supporting the development of NEST
329
314
*[redgate](http://www.red-gate.com) for supplying @Mpdreamz with an ANTS Memory Profiler 8 & ANTS Performance Profiler 8 licenses
0 commit comments