Closed TonyGaul closed 2 years ago
Hi Tony, This error message occurs when you're using git-lfs in your repo without having LFS support enabled in your pipeline. Both GitHub and Azure require an explicit "LFS" flag to be set on the checkout step. Mathias
Line 34 is the crucial one here: https://dev.azure.com/pbi-tools/Samples/_git/single-workspace-with-pbix?path=/azure-pipelines.yml
Uh huh! I missed copying those LFS lines across when setting up the File deployment. I started with the single-workspace project file. My bad, thanks for the explanation. I have fixed my code and it all works perfectly now! Can you please close this.
I also got Git Hub working from this link, but I have no doubt you and others are aware of this. Just linking for other people like me that might stumble on this. https://stackoverflow.com/questions/61463578/github-actions-actions-checkoutv2-lfs-true-flag-not-converting-pointers-to-act
Hi Mathias,
I am getting an error when doing a File deployment via DevOps pipeline using
pbi-tools.core
. I can successfully do a Folder deployment though. Is there any advice or a way I can investigate this further?Notes:
./tool/win-x64
. Have unblocked zipfile before using etc.Interestingly, the following works:
Error from pipeline log for File deployment:
Here is a pipeline Folder deployment, which runs successfully for the same pbix which has been extracted.
Here I took the pipeline File deployment script and ran it locally. In this example I have 2 reports that deployed successfully. 1 x Live Connection and 1 x Data Model.
Here is some info
.\.tool\win-x64\pbi-tools.core.exe info
Thanks Tony