Skip to content

Conversation

Jon730
Copy link

@Jon730 Jon730 commented Feb 20, 2023

I think that this file has an inconsistency in the naming for the file between the 'convert-to-managed' and 'release-to-staging' jobs. Removing "_managed" helped me fix a file-not-found error. The other two release-solution-to-prod sample-workflow files don't have the _managed suffix.

Also I had a timeout on the "Import solution as unmanaged to build env" step, which was resolved by adding "run-asynchronously: true" line. Which I think is necessary for the "export async function main()" in https://github.com/microsoft/powerplatform-build-tools/blob/main/src/tasks/import-solution/import-solution-v2/index.ts

I think that this file has an inconsistency in the naming for the file between the 'convert-to-managed' and 'release-to-staging' jobs.  Removing "_managed" helped me.
The other two release-solution-to-prod sample-workflow files don't have the _managed suffix.

Also I had a timeout on the "Import solution as unmanaged to build env" step, which was resolved by adding "run-asynchronously: true" line.  Which I think is necessary for the "export async function main()" in https://github.com/microsoft/powerplatform-build-tools/blob/main/src/tasks/import-solution/import-solution-v2/index.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant