-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add global.json to force sdk 6.0.100 #7656
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
Conversation
@gave92 the store recompiles the app on their servers, will this help for that? |
I'm hoping it does, I have no experience with the Store. Is it possible to test Store version before publishing it to everyone? |
@gave92 I'll test it out and if it doesn't work, we can revert the change. |
Store pipeline is getting the wrong sdk version in "UseDotNet" step. Sideload release was perfectly fine. |
@yaichenbaum what .yml configuration file is used for store release? You need to do the same change that was done in #7422 |
@gave92 it's the release pipeline so it was already done 🤔 |
Gah found it |
Ha! It was changed but only for the sideload release. |
Resolved / Related Issues
Items resolved / related issues by this PR.
Details of Changes
Add details of changes here.
This change should force the Store to build the app using sdk 6.0.100 like CI does. This apparently is mandatory or fulltrust process will crash (at least on windows 10).
NOTE: adding this file to the repo will cause building the app to fail unless the exact version of the sdk is installed. This is annoying for contributors, if possible I'd only use it when submitting a new version to the Store.