Skip to content

Comments

Publish test package on release builds#9063

Merged
adityapatwardhan merged 2 commits intoPowerShell:masterfrom
adityapatwardhan:TestPackageOnPackageBuilds
Mar 6, 2019
Merged

Publish test package on release builds#9063
adityapatwardhan merged 2 commits intoPowerShell:masterfrom
adityapatwardhan:TestPackageOnPackageBuilds

Conversation

@adityapatwardhan
Copy link
Member

@adityapatwardhan adityapatwardhan commented Mar 5, 2019

PR Summary

The PR publishes the tests and other artifacts required for testing as artifacts.
There are two artifacts created, one for Linux and one for Windows.
macOS is not done currently, as we can rely on CI for testing on macOS.

Also updated the UML diagram.

PR Context

PR Checklist

displayName: Build test package

- pwsh: |
if (-not (Test-Path $(System.ArtifactsDirectory)/TestPackage.zip))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Maybe some of this PowerShell block should be moved into a new function in ./tools/ci.psm1

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not for CI so, this does not belong in ci.psm1

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good if in the future we had a similar module for release builds.

@TravisEz13 TravisEz13 added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 5, 2019
@adityapatwardhan adityapatwardhan merged commit 7caf59b into PowerShell:master Mar 6, 2019
@adityapatwardhan adityapatwardhan deleted the TestPackageOnPackageBuilds branch March 6, 2019 18:00
@daxian-dbw daxian-dbw added this to the 6.2.0 milestone Mar 11, 2019
TravisEz13 pushed a commit that referenced this pull request Mar 13, 2019
# Conflicts:
#	tools/releaseBuild/azureDevOps/diagram.puml
#	tools/releaseBuild/azureDevOps/diagram.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants