PowerShell / DscResources

Central repository for PowerShell Desired State Configuration (DSC) resources.
http://blogs.msdn.com/b/powershell/
MIT License
777 stars 205 forks source link

Seems like all xDscResources are shipping with .git and .vscode #470

Closed CJHarmath closed 5 years ago

CJHarmath commented 5 years ago

I've noticed this with xWebAdministration first https://github.com/PowerShell/xWebAdministration/issues/406

Then saw it with xExchange https://github.com/PowerShell/xExchange/issues/342

Then checked a couple of the xDSC resources and all of them are shipping with .git and .vscode, etc. So something is missed on the deployment pipeline and I thought that it's more appropriate to file the issue here.

PlagueHO commented 5 years ago

@kwirkykat - this does seem to be the case with some of the resources that went out in the most recent resource kit release.

The following resources have been affected:

The following resources that were released in Nov are not affected:

xWebAdministration is affected but did not get deployed in the Nov DSC resource kit release. So this might have been occurring for a while.

PlagueHO commented 5 years ago

@mgreenegit , @kwirkykat - any update on this one?

johlju commented 5 years ago

I agree that @kwirkykat should look into this one before the next release. 🙂

Updating to prevent the issue from being stale.

PlagueHO commented 5 years ago

Just so we have a link to the root cause: https://github.com/PowerShell/PowerShellGet/issues/378

PlagueHO commented 5 years ago

It does look like the recent release that went out has not included the problem files. Should we close this one?

CJHarmath commented 5 years ago

This is getting resolved with https://github.com/PowerShell/PowerShellGet/pull/395