-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-BcContainerAppRuntimePackage & IncludeSourceInPackageFile in BC25 #3789
Comments
Done everything as was described in #3160 but even after all this marks result is different
|
Script that I use:
|
Is this a question, an issue, a problem or just information? |
@freddydk maybe I did something wrong, that artifacts that were generated as a result of pipeline have no symbols, or they are not visible through VS Code? Do you have any idea how it is possible to generate ".runtimeapps" with included symbols but without the possibility of downloading source code? |
Unfortunately, I don't know - maybe ask on microsoft/AL repo? |
Created issue in other repo 7967 |
Describe the issue
![Image](https://private-user-images.githubusercontent.com/36332111/396999244-a2f76543-cd0d-4c77-b642-a98f417f29ff.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTk5NzgsIm5iZiI6MTczOTM5OTY3OCwicGF0aCI6Ii8zNjMzMjExMS8zOTY5OTkyNDQtYTJmNzY1NDMtY2QwZC00Yzc3LWI2NDItYTk4ZjQxN2YyOWZmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDIyMzQzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYwMDYzOGRhNGIzMmE2Yjg2NTU5ZDU1NjI4NTgwN2E4MjcxYjI4M2EwNmJhNjc0NWVhOTQ2ZTMzYWJkZjI5OTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.81xZVUiI_Ex7wLGLqmbKKq4jhk4_sIgkYA6MtgW6qGE)
After adding IncludeSourceInPackageFile = true, and adding includeSourceInSymbolFile in app.json, for RunTime package I see mark:
File size for runtime packages was changed(become bigger), but cannot do "go do definition" and cannot see code during debug
Parameters
The text was updated successfully, but these errors were encountered: