Sleepw4lker / TameMyCerts.REST

REST API for Microsoft Active Directory Certificate Services
Apache License 2.0
20 stars 1 forks source link

Compile not working because pubxml in gitignore #1

Closed anlx-sw closed 2 years ago

anlx-sw commented 2 years ago

Hi, I just tried to compile the sln to play arround with it. unfortunatley on compile visual studio complains that the file ....\AdcsToRest\Properties\PublishProfiles\FolderProfile.pubxml is missing.

I noticed in the gitignore that this filetype is removed. https://github.com/Sleepw4lker/AdcsToRest/blob/c53b930ec52963746db3040b1485103a3823e876/.gitignore#L187

Can you remove this line from the gitignore?

anlx-sw commented 2 years ago

this line might also be an issue: https://github.com/Sleepw4lker/AdcsToRest/blob/c53b930ec52963746db3040b1485103a3823e876/.gitignore#L193

Sleepw4lker commented 2 years ago

Thanks for your feedback, I've just committed the change to .gitignore and the missing file. I'm eager for your feedback on the project. Reach out to me if you need assistance compiling or setting it up.