OpenStrata.MSBuild.Deployment
0.3.82-preview
Prefix Reserved
dotnet add package OpenStrata.MSBuild.Deployment --version 0.3.82-preview
NuGet\Install-Package OpenStrata.MSBuild.Deployment -Version 0.3.82-preview
<PackageReference Include="OpenStrata.MSBuild.Deployment" Version="0.3.82-preview"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add OpenStrata.MSBuild.Deployment --version 0.3.82-preview
#r "nuget: OpenStrata.MSBuild.Deployment, 0.3.82-preview"
// Install OpenStrata.MSBuild.Deployment as a Cake Addin #addin nuget:?package=OpenStrata.MSBuild.Deployment&version=0.3.82-preview&prerelease // Install OpenStrata.MSBuild.Deployment as a Cake Tool #tool nuget:?package=OpenStrata.MSBuild.Deployment&version=0.3.82-preview&prerelease
OpenStrata.MSBuild.Deployment contains build definitions that allow for an OpenStrata Deployment project to produce exportable deployment tasks that are automatically recognized by an OpenStrata Package project when added as a project reference or a Strati package reference.
This allows for code intended to be run during a Package Deployer Import be incorporated into the execution of the import even though it was not part of the original compiled code base. Achieving this requires the ImportPackage defined in an OpenStrata Package project be built using the OpenStrata.Deployment.Sdk in which the ImportPackageStrataBase base class is defined.
The output of an OpenStrata Deployment project is a single Assembly in which one or more exportable components are defined.
The output is distributed as part of the Strati package produced by the OpenStrata Strati project or automatically added into the OpenStrata Package project as a package reference.
The benefit of producing deployment steps as exportable components are:
- Deployment tasks can be automated and managed as a version control item.
- Deployment tasks and Dataverse solution configuration management are tightly coupled.
- As part of a Strati package, solutions and the required code-based deployment steps can be incorporated into downstream packages often produced by customers or other publishers.
Install OpenStrata.NET.Templates to get started.
After OpenStrata.NET.Templates is installed, create a Deployment project using the openstrata-deployment
template.
dotnet new openstrata-deployment --name [preferred-name]
About the OpenStrata Initiative
We believe the Microsoft Power Platform ecosystem benefits from a robust Supply Chain of Production-Ready-To-DDCI Power Platform capabilities.
The OpenStrata Initiative is an open-source project with the explicit objective to facilitate a standardized framework for Publishers and Consumers within the Microsoft Power Platform ecosystem to Distribute, Discover, Consume, and Integrate (DDCI) production-ready Power Platform capabilities.
Sponsored by 74Bravo LLC, the initiative was founded and started in September 2021 by its lead contributor, Ryan Millett.
Learn more about Target Frameworks and .NET Standard.
-
- OpenStrata.Deployment.Sdk (>= 0.3.82-preview)
- OpenStrata.MSBuild (>= 0.3.82-preview)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.82-preview | 120 | 10/26/2022 |
0.3.79-preview | 122 | 10/22/2022 |
0.3.76-preview | 115 | 10/22/2022 |
0.3.72-preview.1 | 142 | 11/22/2021 |
0.3.32-preview | 161 | 11/15/2021 |
0.3.0-preview | 152 | 11/9/2021 |
0.2.83-beta | 160 | 10/29/2021 |
0.2.61-beta | 180 | 10/27/2021 |
0.2.6-beta | 140 | 10/19/2021 |
0.1.0-Beta | 149 | 10/18/2021 |
⚠
*The OpenStrata initiative is currently a Proof-of-Concept effort. We welcome and invite you to evaluate OpenStrata products, provide feedback, and make suggestions or requests. Please be mindful this is an active development effort. Not all features are fully operational...*
0.3.*-preview
- These releases are in support of the OpenStrata Initiative's preview phase. In this phase, the primary OpenStrata project types are functionally operational, but have not been "field-tested".
0.2.*:
- These releases are in support of the OpenStrata Initiative's proof-of-concept phase.