### Build Fake Xrm Easy Solution (2.x Versions) Source: https://github.com/dynamicsvalue/fake-xrm-easy/blob/2x-dev/README.md Use this command to build the Fake Xrm Easy solution for 2.x versions. Ensure you have PowerShell Core installed. ```powershell pwsh ./build.ps1 -targetFrameworks all ``` -------------------------------- ### Build Fake Xrm Easy Solution (3.x Versions) Source: https://github.com/dynamicsvalue/fake-xrm-easy/blob/2x-dev/README.md Use this command to build the Fake Xrm Easy solution for 3.x versions. Ensure you have PowerShell Core installed. ```powershell pwsh ./build.ps1 ``` -------------------------------- ### Build and Push Fake Xrm Easy Locally (3.x Versions) Source: https://github.com/dynamicsvalue/fake-xrm-easy/blob/2x-dev/README.md This command builds the solution and pushes the output package into a predefined local folder for 3.x versions. A local-packages folder will be created. ```powershell pwsh ./build-push-local.ps1 ``` -------------------------------- ### Build and Push Fake Xrm Easy Locally (2.x Versions) Source: https://github.com/dynamicsvalue/fake-xrm-easy/blob/2x-dev/README.md This command builds the solution and pushes the output package into a predefined local folder for 2.x versions. A local-packages folder will be created. ```powershell pwsh ./build-push-local.ps1 -targetFrameworks all ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.