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)
0 commit comments