Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Governance and Administ...
Unanswered

How to configure PowerApps Build tas in devops pipeline?

(0) ShareShare
ReportReport
Posted on by

Hello,

 

I am currently in process of implementing devops with PowerApps and I have added two tasks in Agent Job as follows:

 

"PowerApps Export Solution" task :

Solution Name : DevApp1

Solution Output FileDevApp1Solution1.zip

 

It ran succefully!

 

Next, PowerApps Unpack Solution Task:

Solution Input File : DevApp1Solution1.zip

Target Folder to Unpack Solution : DevApp1OutPut2Solution.zip

 

It ran succefully!

 

Command Line to commit solution to repo:

echo commit all changes
git config user.email "user1@domain.com"
git config user.name "user 1"
git checkout master
git add --all
git commit -m "solution init"
echo push code to new repo
git -c http.extraheader="AUTHORIZATION: bearer $(System.AccessToken)" push origin master

in AgentJob.

 

It failed with following errors:

remote: 0000000000aaTF401027: You need the Git 'GenericContribute' permission to perform this action. Details: identity 'Build\59b4af58-e177-4669-a529-cece0ab1f46e', scope 'repository'.

{"$id":"1","innerException":null,"message":"A potentially dangerous Request.Path value was detected from the client (:).","typeName":"System.Web.HttpException, System.Web","typeKey":"HttpException","errorCode":0,"eventId":0}

I have allowed almost all permissions to required groups, however I still facing above error.

 

Can you please help and suggest what am I doing wrong here?

 

Thank you in advance!

 

Regards,

 

 

Categories:
  • Dave Wi Profile Picture
    on at
    Re: How to configure PowerApps Build tas in devops pipeline?

    Finally I got it resolved by adding "Project Collection Build Service" user as UI has been changed a little bit now which seems to be doesn't match with the labs documents and therefore I missed it adding this user's contribute permission to set as "Allowed" in repository as mentioned in following screen:

     

    allowContributor.png

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1

Featured topics