-
Couldn't load subscription status.
- Fork 30
Updating build-and-package.yml to include all Stages #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…well as github release stage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for putting this together. Great first draft. A few comments to get things finalized.
.azure-pipelines/templates/github-release-stage/version-and-release.yml
Outdated
Show resolved
Hide resolved
.azure-pipelines/templates/maven-preview-stage/copy-and-build.yml
Outdated
Show resolved
Hide resolved
.azure-pipelines/templates/maven-release-stage/copy-and-build.yml
Outdated
Show resolved
Hide resolved
…o DROP_PATH variable
…ow publish/download pipeline-artifacts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost there, thanks for taking in the previous suggestions, a few left.
|
Another consideration: Making the job within Maven-Preview a deployment job, this would implicitly call download-artifacts and thus remove the need for the file 'templates/download-artifacts.yml'. This would also track history of the Maven-Preview job on the selected environment. Would this be a path to follow? |
spacing issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for making the last round of updates, a few minor comments left
.azure-pipelines/templates/github-release/version-and-release.yml
Outdated
Show resolved
Hide resolved
…opy-and-build.yml is reduced to one instance
…t only contained 1 file
|
Kudos, SonarCloud Quality Gate passed! |








Changes proposed in this pull request
-Adding the maven preview and release stages to buildAndPackage.yml as well as the github release stage.
-Added stage based folders to organize the templates necessary for each stage.
-The github connection in templates/github-release-stage/version-and-release.yml is currently 'ramsessanchez', this will likely need to change.
-Requesting feedback as to what this should be changed to in order to work with the AzureDevOps graph client tooling org.
Other links