forked from microsoft/ALAppExtensions
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dffb51
commit 0359f9e
Showing
1,581 changed files
with
76,522 additions
and
10,788 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,61 +1,62 @@ | ||
{ | ||
"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.14985.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" | ||
], | ||
"PullRequestTrigger": "pull_request" | ||
} | ||
{ | ||
"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/25.0.17516.0/base", | ||
"country": "base", | ||
"useProjectDependencies": true, | ||
"repoVersion": "25.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": "..\\..\\..\\Build\\rulesets\\app.ruleset.json", | ||
"skipUpgrade": true, | ||
"fullBuildPatterns": [ | ||
"Build/*", | ||
".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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Request a feature | ||
url: http://aka.ms/bcideas | ||
about: Please go to http://aka.ms/bcideas to log your idea. Creating an issue here is not the right way. | ||
- name: Report a bug which has customer impact | ||
url: http://aka.ms/bcsupport | ||
about: Please follow the steps on http://aka.ms/bcsupport to get support. Creating an issue here is not the right way. | ||
url: https://aka.ms/bcideas | ||
about: Please go to https://aka.ms/bcideas to log your idea. Creating an issue here is not the right way. | ||
- name: Report a bug | ||
url: https://aka.ms/bcsupport?#bugs | ||
about: Please follow the steps on https://aka.ms/bcsupport to get support. Creating an issue here is not the right way. |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- 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 --> | ||
|
||
#### 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 # |
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.