-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error trying to find file main.js when the file is typescript #452
Comments
@jymmyboi, could you please share more details about your issue. |
@ivanduplenskikh, we had to install the extension through the following means: https://www.donovanbrown.com/post/how-do-i-upload-a-custom-task-for-build We then had to utilise the following solution to get it to work: #362 |
@jymmyboi, the tfx build tasks upload command is used to upload Azure Pipelines Tasks but not extensions. |
@ivanduplenskikh The reason we had to do it this way was due to this issue #362 when installing through the marketplace. I guess this is now turning into the same ticket as the previously mentioned ticket now. |
@jymmyboi, do you upload it to your own Azure DevOps instance? |
@ivanduplenskikh I work at the same place as @jymmyboi. As stated we had the issue related to #362. I'm going to include as many details as I'm able to. If you need more please let me know: We host our own Azure DevOps instance running version Dev18.M170.6. We are limited to TFVC and the old style drag and drop modules due to compatibility with our testing suite. If we try to install the extension from the marketplace we get the following error: If we use the steps in #362 we get the following error message. As noted, we have discovered that there is a 'main.ts' file there instead. The agent doing the operations is on version 3.241.0 We HAVE to use a JSON Auth File for authorizing the upload because no service connection was added for 'Google' Also attached is the release pipeline module for reference. Should be nothing out of the ordinary in there. |
@SybizMarc, @jymmyboi, apologies for the delay in my reply. |
When running the Google Play - Release module we get the following error:
When doing a quick look through the code base, main.js is references in a multitude of locations but when I look for main.ts it just leads me to the file Tasks/GooglePlayReleaseV4/main.ts
We are unsure of if we configured it incorrectly on our side or whether there is an oversight into how this was setup?
The text was updated successfully, but these errors were encountered: