Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Dec 29, 2024
2 parents 78922b2 + 5c8bd23 commit 29e5f87
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,34 @@
"main",
"development"
],
"buildModes": [ "Default", "NextMajor", "NextMinor" ],
"buildModes": [
"Default",
"NextMajor",
"NextMinor"
],
"conditionalSettings": [
{
"buildModes": ["Default"],
"buildModes": [
"Default"
],
"settings": {
"artifact": "https://bcartifacts-exdbf9fwegejdqak.b02.azurefd.net/sandbox/24.0.16410.18040/w1"
}
},
{
"buildModes": ["NextMajor"],
"buildModes": [
"NextMajor"
],
"settings": {
"artifact": "///w1/nextmajor/"
"artifact": "///w1/nextmajor/"
}
},
{
"buildModes": ["NextMinor"],
"buildModes": [
"NextMinor"
],
"settings": {
"artifact": "///w1/nextminor/"
"artifact": "///w1/nextminor/"
}
}
],
Expand All @@ -46,6 +56,6 @@
"gitHubRunner": "ubuntu-latest",
"githubRunnerShell": "pwsh",
"generateDependencyArtifact": true,
"templateSha": "1aa48b71790df45bff5cc4efedba6789beec02d7",
"templateSha": "43c5e23fcfcf540c4473432981ad94e655de566b",
"RepoVersion": "1.0"
}
1 change: 1 addition & 0 deletions .github/workflows/_BuildALGoProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
with:
shell: ${{ inputs.shell }}
project: ${{ inputs.project }}
buildMode: ${{ inputs.buildMode }}
get: useCompilerFolder,keyVaultCodesignCertificateName,doNotSignApps,doNotRunTests,artifact,generateDependencyArtifact,trustedSigning,useGitSubmodules

- name: Read secrets
Expand Down

0 comments on commit 29e5f87

Please sign in to comment.