-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update code with latest changes (February 8th) (#25875)
<!-- Thank you for submitting a Pull Request. If you're new to contributing to AlAppExtensions please read our pull request guideline below * https://github.com/microsoft/ALAppExtensions/blob/main/CONTRIBUTING.md --> #### Summary <!-- Provide a general summary of your changes --> Update code with latest changes (February 8th) #### Work Item(s) <!-- Add the issue number here after the #. The issue needs to be open and approved. Submitting PRs with no linked issues or unapproved issues is highly discouraged. --> Fixes [AB#420000](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/420000) --------- Co-authored-by: aholstrup1 <[email protected]@users.noreply.github.com>
- Loading branch information
1 parent
2b98715
commit 3ec0ce7
Showing
271 changed files
with
14,744 additions
and
1,361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,63 @@ | ||
{ | ||
"type": "PTE", | ||
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@preview", | ||
"bcContainerHelperVersion": "preview", | ||
"runs-on": "windows-latest", | ||
"cacheImageName": "", | ||
"UsePsSession": false, | ||
"artifact": "https://bcinsider.azureedge.net/sandbox/24.0.15733.0/base", | ||
"country": "base", | ||
"useProjectDependencies": true, | ||
"repoVersion": "24.0", | ||
"cleanModePreprocessorSymbols": [ | ||
"CLEAN17", | ||
"CLEAN18", | ||
"CLEAN19", | ||
"CLEAN20", | ||
"CLEAN21", | ||
"CLEAN22", | ||
"CLEAN23", | ||
"CLEAN24" | ||
], | ||
"unusedALGoSystemFiles": [ | ||
"AddExistingAppOrTestApp.yaml", | ||
"CreateApp.yaml", | ||
"CreateOnlineDevelopmentEnvironment.yaml", | ||
"CreatePerformanceTestApp.yaml", | ||
"CreateRelease.yaml", | ||
"CreateTestApp.yaml", | ||
"Current.yaml", | ||
"IncrementVersionNumber.yaml", | ||
"NextMajor.yaml", | ||
"NextMinor.yaml", | ||
"PublishToEnvironment.yaml", | ||
"Test Current.settings.json" | ||
], | ||
"excludeEnvironments": [ | ||
"Official-Build" | ||
], | ||
"buildModes": [ | ||
"Translated" | ||
], | ||
"CICDPushBranches": [ | ||
"main" | ||
], | ||
"CICDPullRequestBranches": [ | ||
"main" | ||
], | ||
"enableCodeCop": true, | ||
"enableAppSourceCop": true, | ||
"enablePerTenantExtensionCop": true, | ||
"enableUICop": true, | ||
"rulesetFile": "..\\..\\..\\Apps\\rulesets\\app.ruleset.json", | ||
"skipUpgrade": true, | ||
"fullBuildPatterns": [ | ||
"Build/*", | ||
"src/rulesets/*", | ||
".github/workflows/PullRequestHandler.yaml", | ||
".github/workflows/_BuildALGoProject.yaml" | ||
], | ||
"UpdateALGoSystemFilesEnvironment": "Official-Build", | ||
"PullRequestTrigger": "pull_request", | ||
"templateSha": "0476547896ebcd3ba5455b3e0e59b48c0d4a26ca" | ||
"type": "PTE", | ||
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@preview", | ||
"bcContainerHelperVersion": "preview", | ||
"runs-on": "windows-latest", | ||
"cacheImageName": "", | ||
"UsePsSession": false, | ||
"artifact": "https://bcinsider.azureedge.net/sandbox/24.0.16034.0/base", | ||
"country": "base", | ||
"useProjectDependencies": true, | ||
"repoVersion": "24.0", | ||
"cleanModePreprocessorSymbols": [ | ||
"CLEAN17", | ||
"CLEAN18", | ||
"CLEAN19", | ||
"CLEAN20", | ||
"CLEAN21", | ||
"CLEAN22", | ||
"CLEAN23", | ||
"CLEAN24" | ||
], | ||
"unusedALGoSystemFiles": [ | ||
"AddExistingAppOrTestApp.yaml", | ||
"CreateApp.yaml", | ||
"CreateOnlineDevelopmentEnvironment.yaml", | ||
"CreatePerformanceTestApp.yaml", | ||
"CreateRelease.yaml", | ||
"CreateTestApp.yaml", | ||
"Current.yaml", | ||
"IncrementVersionNumber.yaml", | ||
"NextMajor.yaml", | ||
"NextMinor.yaml", | ||
"PublishToEnvironment.yaml", | ||
"Test Current.settings.json" | ||
], | ||
"excludeEnvironments": [ | ||
"Official-Build" | ||
], | ||
"buildModes": [ | ||
"Translated" | ||
], | ||
"CICDPushBranches": [ | ||
"main" | ||
], | ||
"CICDPullRequestBranches": [ | ||
"main" | ||
], | ||
"enableCodeCop": true, | ||
"enableAppSourceCop": true, | ||
"enablePerTenantExtensionCop": true, | ||
"enableUICop": true, | ||
"rulesetFile": "..\\..\\..\\Apps\\rulesets\\app.ruleset.json", | ||
"skipUpgrade": true, | ||
"fullBuildPatterns": [ | ||
"Build/*", | ||
"src/rulesets/*", | ||
".github/workflows/PullRequestHandler.yaml", | ||
".github/workflows/_BuildALGoProject.yaml" | ||
], | ||
"UpdateALGoSystemFilesEnvironment": "Official-Build", | ||
"PullRequestTrigger": "pull_request", | ||
"templateSha": "0476547896ebcd3ba5455b3e0e59b48c0d4a26ca" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.