Skip to content

Commit

Permalink
Playground test
Browse files Browse the repository at this point in the history
  • Loading branch information
artkashin committed Jul 19, 2023
1 parent 3d7b56d commit 62861b0
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .AL-Go/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,25 @@
"AppSourceCopMandatoryAffixes": [
"AJE"
],
"appFolders": [ "Playground" , ".", "fsdkfs", "hsdfsd" ],
"appFolders": [
"Playground",
".",
"fsdkfs",
"hsdfsd"
],
"testFolders": [],
"bcptTestFolders": [],
"keyVaultName" : "BCApp-KeyVault",
"gitHubRunner" : "self-hosted",
"UseCompilerFolder" : true,
"doNotPublishApps" : true,
"vsixFile" : "https://bcappstorage.blob.core.windows.net/compilers/22.0.54157/ALLanguage.zip",
"keyVaultName": "BCApp-KeyVault",
"gitHubRunner": "self-hosted",
"UseCompilerFolder": true,
"doNotPublishApps": true,
"vsixFile": "https://bcappstorage.blob.core.windows.net/compilers/22.0.54157/ALLanguage.zip",
"PartnerTelemetryConnectionString": "InstrumentationKey=7f2e397b-f20c-4698-9cee-124587f18a25;IngestionEndpoint=https://eastus2-3.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus2.livediagnostics.monitor.azure.com/",
"type": "PTE",
"Environments": [
"QA"
],
"type": "PTE",
"Environments": [
"QA"
],
"DeployToSX_QA": {
"EnvironmentName": "QA"
}

}
}

0 comments on commit 62861b0

Please sign in to comment.