-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm trying to install the RainbowCodeGeneration from NuGet to my fresh Habitat project, but it does not create the sample .tt file. Am I missing something?
Here is the NugetPackage manager consol output:
`PM> Install-Package RainbowCodeGeneration -Version 0.3.0
Restoring packages for C:\MyData\Alex\Dev\Habitat\src\feature\Teasers\code\Sitecore.Feature.Teasers.csproj...
Committing restore...
Writing lock file to disk. Path: C:\MyData\Alex\Dev\Habitat\src\feature\Teasers\code\obj\project.assets.json
Restore completed in 81.44 ms for C:\MyData\Alex\Dev\Habitat\src\feature\Teasers\code\Sitecore.Feature.Teasers.csproj.
Successfully installed 'Rainbow.Core 1.4.1' to Sitecore.Feature.Teasers
Successfully installed 'Rainbow.Storage.Yaml 1.4.1' to Sitecore.Feature.Teasers
Successfully installed 'RainbowCodeGeneration 0.3.0' to Sitecore.Feature.Teasers
Restoring packages for C:\MyData\Alex\Dev\Habitat\src\Feature\Teasers\tests\Sitecore.Feature.Teasers.Tests.csproj...
Committing restore...
Writing lock file to disk. Path: C:\MyData\Alex\Dev\Habitat\src\Feature\Teasers\tests\obj\project.assets.json
Restore completed in 120.55 ms for C:\MyData\Alex\Dev\Habitat\src\Feature\Teasers\tests\Sitecore.Feature.Teasers.Tests.csproj.
NuGet Config files used:
C:\MyData\Alex\Dev\Habitat\NuGet.Config
C:\Users\Alex and Xenia\AppData\Roaming\NuGet\NuGet.Config
C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config
Feeds used:
https://www.nuget.org/api/v2
https://api.nuget.org/v3/index.json
https://sitecore.myget.org/F/sc-packages/
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages
Executing nuget actions took 2.6 sec
Time Elapsed: 00:00:04.8005105
PM> `
