enkelmedia / TheDashboard

Magic dashboard for Umbraco
MIT License
39 stars 42 forks source link

File count is not output correctly in targets file #71

Closed drbldgtl closed 2 years ago

drbldgtl commented 2 years ago

File count is not output correctly in this line: https://github.com/enkelmedia/TheDashboard/blob/9409837b12bd2e7a076ad5bca9b074395025fb19/Our.Umbraco.TheDashboard/build/Our.Umbraco.TheDashboard.targets#L11

Instead of outputting the number of files, it outputs the following: Copying Our.Umbraco.TheDashboard files: C:\Users\XXXX\.nuget\packages\our.umbraco.thedashboard\9.0.0\buildTransitive\..\App_Plugins\Our.Umbraco.TheDashboard\**\*.* - #@(Our.Umbraco.TheDashboardContentFiles->Count()) files

enkelmedia commented 2 years ago

Hi!

Thanks, this is just the message during the build right? Is this causing any issues for you?