262 packages tagged with “devops”
The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a .NET library which provides application lifecycle services for database development and management for Microsoft SQL databases. DacFx supports various database deployment and management scenarios, including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premises to Microsoft Azure. DacFx can target all supported versions of SQL Server, as well as Microsoft Azure SQL and SQL in Fabric. If you would like to use DacFx functionality from the command-line for creating and deploying .dacpac and .bacpac packages, please use the [SqlPackage](https://www.nuget.org/packages/Microsoft.SqlPackage) CLI as a dotnet tool or downloadable exe. Learn more about SqlPackage from http://aka.ms/sqlpackage.
Generates source link for Azure Repos (formerly known as VSTS) Git repositories.
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to shared platform services such as account, profile, identity, security, and more via public REST APIs.
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides the models used to access the Distributed Task Service via public REST APIs.
A command line utility for installing and running analysis tools and processing and viewing their results.
SqlPackage is a command-line utility that automates database development tasks by exposing some of the public Data-Tier Application Framework (DacFx) APIs.
Integrate with Azure DevOps Server and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to version control, work item tracking, build, and more via public REST APIs.
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based Windows applications that require interactive sign-in by a user.
A correctness and security checker for Windows portable executables and Linux ELF binaries. BinSkim scans binaries to ensure they have been compiled in a secure way, e.g., by opting into data execution prevention, address layout randomization and other features.
A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based Windows applications. Work with and manage version control, work items, and build, and other resources from your client application.
A C# library for publishing events and metrics to Datadog via the Datadog API.
The interfaces to be implemented to build plugins for yuniql-based database migration. See WIKI for how-to instructions.
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Release Service via public REST APIs.
dotnet-apim is a cross-platform dotnet tool which streamlines the CI/CD process of deploying APIs into Azure API Management.
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Distributed Task Service via public REST APIs.
The package to use for running yuniql-based database migrations inside .NET Core application or service. See WIKI for how-to instructions.
boots is a dotnet global tool for "bootstrapping" vsix & pkg files.
Database migrations and schema versioning adaptor for PostgreSql. For technical details and samples, visit https://github.com/rdagumampan/yuniql.
Integrate with Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Member Entitlement Management Service via public REST APIs.
The package to use for running yuniql-based database migrations inside ASP.NET Core application or service. See WIKI for how-to instructions.
eShopWorld DevOps SDK artifacts
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Gallery Service via public REST APIs.
A conversion tool to migrate from Azure Pipelines YAML to GitHub Actions YAML
Integrate with Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Service Endpoints via public REST APIs.
Integrate with Azure DevOps Server 2022 and Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Service Hooks Service via public REST APIs.
This is an unofficial .NET SDK for GitHub Actions workflows (based on @actions/core).
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