-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
nightly release now doesn't include example files for Visual Studio #7856
Comments
Okay from testing locally this seems to be due to adding the vscode template to the generate all examples. running: doesn't work running: does work I think this is due to: Going to switch the nightly builds to use the comma separated approach and fix the PG separately. |
I've noticed the same for XCode projects, osx is packaging with only vscode. #add vscode to all platforms apart from ios/tvos/android
if [ "$pkg_platform" == "android" ] || [ "$pkg_platform" == "ios" ]; then
pg_template=" "
else
pg_template="-tvscode"
fi |
yeah just realized Xcode too as well! |
okay this is fixed now and current nightly should be good - phew! |
Just tested a nightly and while there are VS Code project files there are no Visual Studio files ( for the examples )
The text was updated successfully, but these errors were encountered: