PowerShell / PowerShellStandard

MIT License
158 stars 23 forks source link

Template for 7.0.0-preview.1 in NuGet.org seems to be broken #81

Open lucaslra opened 4 years ago

lucaslra commented 4 years ago

Hi all,

I am trying to use the dotnet new template for PowerShellStandard 7.0.0-preview.1, but I found something weird.

The installation command gives me no error, but the psmodule template is not available.

I decided to check the package content and found something weird, that I think is the cause:

image

On the left you see the current release (0.1.3), which contains a Template folder. On the right you see the 7.0.0-preview.1, which only seems to contain manifests and resources.

What surprises me is that NuGet.org says the package is there for the last 3 months, so it is hard to believe it has been broken all this time.

Could I be doing something wrong?