186 packages tagged with “CI”
Transforms XML from trx-Testresults to JUnit-Testresults / trx to JUnit XML
GitLabApiClient is a .NET rest client for GitLab API v4.
dotMemory Unit is an additional unit testing framework that allows you to write tests that check code for all kinds of memory issues. For example, these can be tests that determine leaks by checking memory for objects of a particular type, or tests that track memory traffic and fail in case the traffic exceeds some threshold. In other words, dotMemory Unit extends your unit testing framework (NUnit, MSTest, or other) with the functionality of a memory profiler. To run tests that use dotMemory Unit, you should reference the dotMemory.Unit assembly (which is a part of this package) from your test project. Tests with the support for dotMemory Unit can be run either with a standalone unit test runner of your choice or with the ReSharper unit test runner. For standalone runners, you should use a mediator - the standalone dotMemory Unit launcher. If you want to use the ReSharper unit test runner, you should have either ReSharper 9.1 (or later) or dotCover 3.1 (or later) installed on your machine
Powershell scripts necessary for continuous integration.
The internal analyzers to use.
The internal ReSharper DotSettings to use.
boots is a dotnet global tool for "bootstrapping" vsix & pkg files.
The internal supporting resources for repository configuration.
The internal supporting resources for packaging.
Continuous intergration and deployment services
Adds ci environment based metadata to the assembly via the AssemblyMetadata attribute
Hooks in the build pipeline to make sure that the `Properties\licenses.licx` file* is always empty before the compiler runs. * (or `My Project\licenses.licx` for VB .NET projects)
Continuous intergration and deployment services.
Low friction code formatting for .net projects
This Cake module will introduce a number of features for running in hosted CI build environments to tightly integrate with the host environment/tools.
CI abstractions.
A new build framework for C# projects.
Continuous Integration Containerized Execution Environment
The internal class to provide project information for use by other projects or subsystems.
The internal supporting build tools for all Naos builds.
DevOps scripts for CI and CD ## Main features - Based on CakeBuild - Supported OS: Windows, Linux - Supported CI: Travis, AppVeyor, Jenkins, any other - C# project generation or initialization with CI and CD included - Only two files: build.ps1 and build.sh. All other files can be generated - No need to maintain your own build scripts - You can customize and add own tasks if you need
CIBuild.Scripts is build scripts to create nuget packages and publish it to nuget server.
Provides the Update target so that target files can update themselves from an $(UpdateUrl) by comparing a defined $(ETag) property.
Build script for .NET projects using FAKE. Simply install the nuget package and then execute the RunBuild.bat file. This will then build the solution file, and run any tests that are available. The Tests are picked up by convention, anything ending in .UnitTests, .XUnitTests and .JasmineTests. If you have a project and there is a Publishing Profile, named [SolutionName]PublishProfile this will also compile your views for you. Cloud projects are only built with the Release flag set.