Skip to content

revert in demos

d6e5a53
Select commit
Loading
Failed to load commit list.
Open

.net 8.0 #62

revert in demos
d6e5a53
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 7, 2025 in 1m 8s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #62 .net 8.0 + parallel for insert rows .
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language C#
Operating System Linux (Xenial)
Mono Version none
Build Configuration
{
  "language": "csharp",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "mono": [
    "none"
  ],
  "dotnet": [
    "3.1"
  ],
  "solution": [
    "./CSharpKdb.sln"
  ],
  "addons": {
    "sonarcloud": {
      "organization": "kxsystems"
    }
  },
  "before_install": [
    "bash ./tools/travis-ci-install-sonar.sh"
  ],
  "script": [
    "bash ./tools/travis-ci-build.sh"
  ]
}