eXpand icon indicating copy to clipboard operation
eXpand copied to clipboard

First try to build repository locally

Open vimarx opened this issue 4 years ago • 3 comments

Hi, this is my first attempt to rebuild locally the lab repository

the rebuild option of vs fails

' 1>Downloading runtime.native.System 4.3.1 1>Downloading System.Text.RegularExpressions 4.3.1 1>Something went wrong while downloading DevExpress.ExpressApp.TreeListEditors.Web 21.1.5 1>Message: The package DevExpress.ExpressApp.TreeListEditors.Web 21.1.5 can't be found in C:\Program. (The directory doesn't exist.) 1>Please check the feed definition in your paket.dependencies file. ' Dx is installed in the default path, but paket restore is having some issues with the space in the path.

vimarx avatar Aug 19 '21 13:08 vimarx

paket.dependecies needs to modified to match your sources

here how azure does it

https://github.com/eXpandFramework/eXpand/blob/230ec8a0a8b5ada2b18aa7c1d26513047cd10a53/.github/Azure-pipeline.yml#L33

apobekiaris avatar Aug 19 '21 13:08 apobekiaris

so use your DXApiFeed instead

apobekiaris avatar Aug 19 '21 13:08 apobekiaris

also to clarify a bit more for all, if the build does not pass on azure it most problably won't work in your local machine although it worked on mine

apobekiaris avatar Aug 19 '21 13:08 apobekiaris

Closing issue for age. Feel free to reopen it at any time.

.Thank you for your contribution.

expand avatar Nov 19 '23 21:11 expand