forked from microsoft/AL-Go
-
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.
Dependencies from prior build jobs are not included when using usePro…
…jectDependencies (microsoft#826) Fixes microsoft#823 This pull request includes changes related to the handling of dependencies artifacts in several files. The most important changes include adding a new step to upload dependencies artifacts, modifying the `if` condition for uploading dependency artifacts, and updating the `GetDependencies` function to include the dependencies folder in its search for dependencies. Dependency handling changes: * `Templates/Per Tenant Extension/.github/workflows/_BuildALGoProject.yaml`: Added a new step to upload dependencies artifacts and added the `generateDependencyArtifact` input to the `get` parameter in two jobs. (F1a2b3c4R1) * `Actions/Github-Helper.psm1`: Updated the `GetDependencies` function to include the dependencies folder in its search for dependencies. (F2d3e4f5R1) * `Templates/AppSource App/.github/workflows/_BuildALGoProject.yaml`: Modified the `if` condition for uploading dependency artifacts to check if the `generateDependencyArtifact` environment variable is true before uploading. (F3g4h5i6R1) Other changes: * `Actions/CalculateArtifactNames/action.yaml`: Added a new output variable for dependencies artifacts name to the `CalculateArtifactNames` action. (F4j5k6l7R1) * `RELEASENOTES.md`: Added a new issue to the release notes. (F7m8n9o1R1) * `Actions/CalculateArtifactNames/README.md`: Added a new output variable called `ThisBuildDependenciesArtifactsName` to the table in the `Actions/CalculateArtifactNames/README.md` file. (F0p1q2r3R1) * `Actions/CalculateArtifactNames/CalculateArtifactNames.ps1`: Updated the `Set-OutputVariable` command to include the dependencies folder in the search for dependencies. (F4s5t6u7R1) * `Actions/RunPipeline/RunPipeline.ps1`: Updated the `generateDependencyArtifact` parameter to be a boolean value. (F8v9w1x2R1) --------- Co-authored-by: freddydk <[email protected]>
- Loading branch information
Showing
9 changed files
with
32 additions
and
7 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
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
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
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