I have downloaded the vendr checkout and make some changes to solution and build the project.
when i execute the build.cmd file from vs2019 command prompt it throws an error.
The likely culprit is the path to your MSBuild executable. You might want to edit the build.cmd file and double check the path used in our script which is
It’ll be in the artifacts folder in the root. Baring in mind, you need to pass an option to the build.cmd script that triggers building the pkg file. Read the on screen instructions when you run the build script on how to do that.
Build Umbraco Package Vendr Checkout
Dear Expert,
I have downloaded the vendr checkout and make some changes to solution and build the project. when i execute the build.cmd file from vs2019 command prompt it throws an error.
Thanks
Hi Rizwan,
The likely culprit is the path to your MSBuild executable. You might want to edit the
build.cmd
file and double check the path used in our script which isIf your MSBuild is located elsewhere, you'll need to update this path.
Matt
Dear Matt,
Thanks for quick reply, i have changed the path and try to run build.cmd and getting the below errors.
What version of Visual Studio are you actually using?
i am using Version 16.8.4
Of which year?
Microsoft Visual Studio Community 2019 Version 16.8.4
Ok, how did you download the source for the Vendr Checkout package. Git clone? or did you just download a zip of the source code from Github?
I download zip of the source code and open solution in visual studio.
Ok, then I think your computer might have put a block on the zip file, and then, after unzip, on all the dlls.
Review here for details on how to unblock a file https://thirtysix.zendesk.com/hc/en-us/articles/202921675-How-to-Unblock-a-File-Downloaded-from-an-Email-or-the-Internet You'll likely need to check all the DLL's to see if they are blocked and if so unblock them.
See if that helps
Matt
Dear Matt,
I unblock the zip and extracted the files and build the project. this time i get another error.
Ahh, ok, so yea, it probably won't work from just downloading the zip.
Forgot that we use GitVersion to set the version numbers so this is expecting there to be a .git folder.
You'll have to git clone the repository I'm affraid.
Matt
Thanks matt for giving me your time. i will clone and get back to you if required.
Thanks
Dear Matt,
I can run build.cmd without any errors, but where i can find the checkout as umbraco package to install?
Thanks
It’ll be in the artifacts folder in the root. Baring in mind, you need to pass an option to the build.cmd script that triggers building the pkg file. Read the on screen instructions when you run the build script on how to do that.
is working on a reply...