Closed thomasbook closed 2 years ago
It looks like the library app is installed and the symbols are downloaded. I would not be able to determine what is wrong here without having access to the repo.
OK I'll move it over to a public repo and give you access.
It doesn't need to be public for me to get access - you can just add me
I downloaded the app you have in installapps - that app is empty - it doesn't contain any objects. Whether that is because you checked it in as source code - I don't know - normally, I would just reference the repo, where this DLL is build and AL-Go would automatically download it from there. Otherwise, put it in a storage account and specify a URL to the .app file.
Arr thank have it working now!!
From the installing apps the Library is install, but not found when compiling?
setting.json { "country": "us", "appFolders": [ "./Service" ], "testFolders": [ "./ServiceTest" ], "installApps": [ "Service/.alpackages/Bison Technology_Bison Library_1.0.0.59.app" ]
}