web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to configure Power...
Power Apps
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,

 

 

  • Dave Wi Profile Picture
    on at

    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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard