jessehouwing / azure-pipelines-tfvc-tasks

Azure Pipelines tasks for Team Foundation Version Control
https://marketplace.visualstudio.com/items?itemName=jessehouwing.jessehouwing-vsts-tfvc-tasks
MIT License
27 stars 18 forks source link

.dll files are ignored in Check-in #90

Closed vcb-xrmvision closed 4 years ago

vcb-xrmvision commented 4 years ago

We use this really usefull build task to check-in Dynamics 365 solution that sometime contains assemblies .dll file but the tfvc task ignore thoses files. Is there a way to avoid this behaviour? I understand that in a normal case it's a desired behaviour but not in the specific use case we are using it.

Thanks

jessehouwing commented 4 years ago

Have you set Apply Localitem Exclusions to false?

On Thu, 12 Dec 2019, 23:34 vcb-xrmvision, notifications@github.com wrote:

We use this really usefull build task to check-in Dynamics 365 solution that sometime contains assemblies .dll file but the tfvc task ignore thoses files. Is there a way to avoid this behaviour? I understand that in a normal case it's a desired behaviour but not in the specific use case we are using it.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/issues/90?email_source=notifications&email_token=AA724S2C6UJYBXIIJYODCBLQYK36ZA5CNFSM4J2FJNQKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IAFZAXQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA724SYVF7YZZN7W3FCOSNLQYK36ZANCNFSM4J2FJNQA .

vcb-xrmvision commented 4 years ago

I'm using the task from the DevOps UI and the setting "Apply Localitem Exclusions" dosen't seem to be exposed in the UI, tfvs_checkin_settings

jessehouwing commented 4 years ago

Use the tfvc add task to stage the explicitly

On Thu, 12 Dec 2019, 23:46 vcb-xrmvision, notifications@github.com wrote:

I'm using the task from the DevOps UI and the setting "Apply Localitem Exclusions" dosen't seem to be exposed in the UI, [image: tfvs_checkin_settings] http://url

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/issues/90?email_source=notifications&email_token=AA724S6YTT6H5TK5RRG5V2TQYK5LFA5CNFSM4J2FJNQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGYJMFY#issuecomment-565220887, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA724SZ33C4U7SCTZAJIHEDQYK5LFANCNFSM4J2FJNQA .

vcb-xrmvision commented 4 years ago

Excellent! thanks it solved my issue