-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAL-Go-Settings.json
More file actions
29 lines (29 loc) · 916 Bytes
/
AL-Go-Settings.json
File metadata and controls
29 lines (29 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go/32e66d69cfd2c1e3eca39e416e27c6aa58de6df3/Actions/.Modules/settings.schema.json",
"type": "AppSource App",
"templateUrl": "https://github.com/microsoft/AL-Go-AppSource@preview",
"runs-on": "ubuntu-latest",
"unusedALGoSystemFiles": [
"AddExistingAppOrTestApp.yaml",
"CreateApp.yaml",
"CreateTestApp.yaml",
"CreatePerformanceTestApp.yaml"
],
"deliverToAppSource": {
"branches": [
"main",
"e2e"
]
},
"useCompilerFolder": true,
"doNotPublishApps": true,
"AZURE_CREDENTIALSSecretName": "AZURE_CREDENTIALS",
"useProjectDependencies": true,
"trustedSigning": {
"Endpoint": "https://neu.codesigning.azure.net",
"Account": "BCCodeSigningTest",
"CertificateProfile": "BCCodeSigningPublic"
},
"trackALAlertsInGitHub": true,
"templateSha": "1ad2c5ac3f976c3f4e69177a738fafffa4cf42d7"
}