GithubHelp home page GithubHelp logo

powerplatformwithalmwithazuredevops's Introduction

PowerPlatformwithALMwithAzureDevOps

Step by step document how to use Power Platform with ALM using AzureDevOps

  1. Build CI/CD with Azure for Microsoft Power Platform Overall Microsoft Power Platform with Azure DevOps can be viewed here Build CI/CD with Azure for Microsoft Power Platform

  2. Here is STEP by STEP Guide with screenshots on how to leverage Power Platform with Azure DevOps. Build CI/CD with Azure for Microsoft Power Platform

The guide is located here Step by Step Guide leverage Power Platform with Azure DevOps

  1. The code block for Azure DevOps Pipeline is in this as follows

Power Platform Export Solution
Solution Name: $(SolutionName)
Solution Output File: $(Build.StagingDirectory)\$(SolutionName)_Unmanaged.zip

Power Platform Unpack Solution
Solution Input File: $(Build.StagingDirectory)\$(SolutionName)_Unmanaged.zip
Target Folder to Unpack Solution: $(Build.SourcesDirectory)\$(SolutionName)\Unmanaged

Publish Artifact: drop
Path to publish: $(Build.SourcesDirectory)\$(SolutionName)\Unmanaged

  1. Command Line Snippet
cd $(Build.SourcesDirectory)

# Set a per-project email address and username
git config user.email "[email protected]"
git config user.name "Aroh Shukla"

# Navigate to the main branch
git checkout -B main

# Update the local version of a repository from a remote
git pull

# Add all files to the Git repository
git add --all

# Record the changes in the repository
git commit -m "Updated the solution"

# Authenticate against a git repository in a build process
git -c http.extraheader="AUTHORIZATION: bearer $(System.AccessToken)" push origin main

powerplatformwithalmwithazuredevops's People

Contributors

aarohbits avatar

Stargazers

 avatar Bob Junior avatar Srinivasa Rao G avatar Parvez Ghumra avatar Ashish Vishwakarma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.