-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Power Platform MSBuild Tasks | ||
|
||
> [!CAUTION] | ||
> [!WARNING] | ||
> This project is currently in a development phase and not ready for production use. | ||
> While we actively use these tools internally, our aim is to share and collaborate with the broader community to refine and enhance their capabilities. | ||
> We are in the process of gradually open-sourcing the code, removing internal dependencies to make it universally applicable. | ||
|
@@ -9,8 +9,12 @@ | |
If wish to use this project for your team, please contact us at [email protected] for a personalized onboarding experience and customization to meet your specific needs. | ||
|
||
## Goal | ||
[!CAUTION] | ||
> Only modify the source code if you standard platform customization capabilities. | ||
> Manual changes might make the source source code invalid but still importable to Dataverse. | ||
> In some situations, this could cause your environment to become irreversibly corrupted. | ||
## Goal | ||
The primary objective of this NuGet package is to help Power Platform developers customize the MSBuild process (dotnet build) for their Dataverse solution components. Customizations are done using a set of build tasks which make development workflows more productive and automated. | ||
|
||
## Status | ||
|