We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AMollis
When working on the new release pipeline, package.json dependencies had their "-pre.X" removed.
Not having these tags breaks dependency downloads from the feature tool and the scoped registry.
Please add the -pre.X tags back.
For example, in the pre.15 release the audio package had this.
"dependencies": { "com.microsoft.mrtk.core": "3.0.0-pre.15" }
In pre.16 the audio package had this
"dependencies": { "com.microsoft.mrtk.core": "3.0.0" }
In pre.16 the audio package doesn't successfully download dependencies.
Manually select and download dependency packages via the Mixed Reality Feature Tool.
Issue migrated from: microsoft/MixedRealityToolkit-Unity#11607
The text was updated successfully, but these errors were encountered:
shaynie
No branches or pull requests
Original issue opened by:
AMollis
Overview
When working on the new release pipeline, package.json dependencies had their "-pre.X" removed.
Not having these tags breaks dependency downloads from the feature tool and the scoped registry.
Please add the -pre.X tags back.
Additional Context
For example, in the pre.15 release the audio package had this.
In pre.16 the audio package had this
In pre.16 the audio package doesn't successfully download dependencies.
Workaround
Manually select and download dependency packages via the Mixed Reality Feature Tool.
Tasks
ISSUE MIGRATION
Issue migrated from: microsoft/MixedRealityToolkit-Unity#11607
The text was updated successfully, but these errors were encountered: