You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-add back Extensions Dependency to Tests via new NuGet packages in MainLatest feed
Provides switch to source via ToolkitExtensionSourceProject property
Otherwise uses CommunityToolkit.Uwp/WinUI.Extensions 8.0.0-beta.1 package
Keeps CompositionTargetHelper for now
Cleans up how build config gets copied with a folder
Adds nuget.config
This folder contains the minimum configuration required by the tooling module to be built and needs to be in the root of a repository using it.
5
+
6
+
These files are contained here in the `config` folder to be copied by the tooling `build.yml` file for self-validation within the tooling module CI pipeline.
7
+
8
+
They can also be used as a starting point for a custom repository that uses the `tooling` sub-module.
9
+
10
+
## Components
11
+
12
+
### Directory.Build.props
13
+
14
+
Contains properties like `RepositoryDirectory` and `ToolingDirectory` which are used within the property files of the tooling module to understand the proper path setup for dependencies and references.
15
+
16
+
### Directory.Build.targets
17
+
18
+
Contains `SlnGenSolutionItem` items that we wish to appear within the generated solution files.
19
+
20
+
### nuget.config
21
+
22
+
Contains any NuGet feeds required for dependent packages not found on NuGet.org at the moment (for instance the current unified port of the Community Toolkit Extensions used by testing).
0 commit comments