-
-
Notifications
You must be signed in to change notification settings - Fork 961
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
[Build] Move Directory.Packages.props #2055
[Build] Move Directory.Packages.props #2055
Conversation
617d137
to
2b8b33a
Compare
That makes sense, thanks! |
There is a bunch of new warnings that showed up with your previous related PR, |
This has to be done by each developer. It has to do with your local Nuget.config. I want to avoid adding a custom Nuget.config on the repo as it might collide with developers' own. The repo itself only has one source: nuget. Only if you have installed Stride locally do you have additional ones (Stride, StrideDev). edit actually |
2b8b33a
to
9d0859c
Compare
@dotnet-policy-service agree It's broken. I already signed on another PR. |
You signature wasn't trusted 😂. Make sure you don't sign with your left hand, if you write with your right hand 🤣. |
@Eideren I added a nuget.config. Looks like we just need the single nuget.org source here. |
1952120
to
73789a3
Compare
It is confused by nuget configurations.
73789a3
to
78cf1ca
Compare
commit 92274a2 Author: salman ameeri <29689492+recore67@users.noreply.github.com> Date: Sun Dec 31 02:20:28 2023 +0300 openxr files removed commit 4822e84 Author: salman ameeri <29689492+recore67@users.noreply.github.com> Date: Sun Dec 31 01:44:35 2023 +0300 initial start of vr stripping commit 16a5fb1 Author: salman ameeri <29689492+recore67@users.noreply.github.com> Date: Sat Dec 30 18:10:42 2023 +0300 more platform stripping commit 71e55c3 Author: salman ameeri <29689492+recore67@users.noreply.github.com> Date: Fri Dec 29 23:12:01 2023 +0300 fbx import error commit 1feb124 Author: Virgile Bello <virgile@stride3d.net> Date: Sun Dec 31 10:22:17 2023 +0900 [NuGet] Ignore case when comparing assembly file names commit ef52eba Author: Virgile Bello <virgile@stride3d.net> Date: Sun Dec 31 10:09:15 2023 +0900 [Build] Skip localization assembly build during dev build commit 1fe15d2 Merge: c4965c3 78cf1ca Author: xen2 <virgile@stride3d.net> Date: Sun Dec 31 00:04:23 2023 +0900 Merge pull request stride3d#2055 from Kryptos-FR/feature/central-package-management [Build] Move Directory.Packages.props commit 78cf1ca Author: Nicolas Musset <musset.nicolas@gmail.com> Date: Fri Dec 8 14:55:10 2023 +0100 Add nuget.config to Stride.sln commit 6f2df39 Author: Nicolas Musset <musset.nicolas@gmail.com> Date: Fri Dec 8 14:49:51 2023 +0100 [Build] Don't use central package management for Stride.Samples.Tests It is confused by nuget configurations. commit c5bff0d Author: Nicolas Musset <musset.nicolas@gmail.com> Date: Fri Dec 8 14:48:54 2023 +0100 Add nuget.config commit 1f0be73 Author: Nicolas Musset <musset.nicolas@gmail.com> Date: Mon Nov 20 17:55:21 2023 +0100 [Build] Move Directory.Packages.props
PR Details
Follows #2045 and #2052.
Description
Move the file under
sources/
to avoid impact withdeps/
andsamples/
.