Power Platform Build Tools automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
200
stars
41
forks
source link
##[error]No agent found in pool {poolname} which satisfies the specified demands: PowerPlatformTool, Agent.Version -gtVersion 2.163.1 #198
I'm getting this error in the job after updated to the version 2. This is the failing task.
` #Power Platform Import Solution
task: microsoft-IsvExpTools.PowerPlatform-BuildTools.import-solution.PowerPlatformImportSolution@2
displayName: 'Power Platform Import Solution '
inputs:
authenticationType: PowerPlatformSPN
PowerPlatformSPN: PowerPlaatform-Dev
SolutionInputFile: solution.zip
UseDeploymentSettingsFile: true
AsyncOperation: true
MaxAsyncWaitTime: 60
PublishWorkflows: true
`
The new version of the CLI is installed on the pipeline agent.
Hi,
I'm getting this error in the job after updated to the version 2. This is the failing task.
` #Power Platform Import Solution
Please help!