Skip to content

Commit

Permalink
[main] Update AL-Go System Files from freddydk/AL-Go@thisbuild - 0b7c…
Browse files Browse the repository at this point in the history
…fce3ebfa9ce82fd751f3b3477ad397c1e996
  • Loading branch information
freddydk committed Jan 7, 2025
1 parent df99ba7 commit 0e8a0ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"NextMajor",
"NextMinor"
],
"cleanModePreprocessorSymbols": [ "CLEAN" ],
"cleanModePreprocessorSymbols": [
"CLEAN"
],
"conditionalSettings": [
{
"buildModes": [
Expand Down Expand Up @@ -63,6 +65,6 @@
"gitHubRunner": "ubuntu-latest",
"githubRunnerShell": "pwsh",
"generateDependencyArtifact": true,
"templateSha": "ae8924569db9c8ffd50cd9faed03bba9406891bb",
"templateSha": "0b7cfce3ebfa9ce82fd751f3b3477ad397c1e996",
"RepoVersion": "1.0"
}
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: freddydk/AL-Go/Actions/ReadSettings@thisbuild
with:
shell: pwsh
get: type,powerPlatformSolutionFolder,useGitSubmodules,longLivedArtifactsRetentionDays
get: type,powerPlatformSolutionFolder,useGitSubmodules

- name: Read submodules token
id: ReadSubmodulesToken
Expand All @@ -89,7 +89,7 @@ jobs:
id: DetermineWorkflowDepth
run: |
Add-Content -Encoding UTF8 -Path $env:GITHUB_OUTPUT -Value "WorkflowDepth=$($env:workflowDepth)"
Add-Content -Encoding UTF8 -Path $env:GITHUB_OUTPUT -Value "ArtifactsRetentionDays=$($env:longLivedArtifactsRetentionDays)"
Add-Content -Encoding UTF8 -Path $env:GITHUB_OUTPUT -Value "ArtifactsRetentionDays=0"
- name: Determine Projects To Build
id: determineProjectsToBuild
Expand Down

0 comments on commit 0e8a0ee

Please sign in to comment.