Skip to content

Conversation

@chcosta
Copy link
Member

@chcosta chcosta commented May 13, 2020

Fixes https://github.com/dotnet/core-eng/issues/9825

Creates packages named via Arcade versioning semantics like

  • LightCommandPackages-5.0.0-ci.zip - local dev build

or

  • LightCommandPackages-5.0.0-ci-win-x64.zip - local dev build in a repo which defines an optional suffix via eng/AfterSolutionBuild.props

FYI @NikolaMilosavljevic

<VisualStudioSetupIntermediateOutputPath>$([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'VSSetup.obj', '$(Configuration)'))</VisualStudioSetupIntermediateOutputPath>
<VisualStudioBuildPackagesDir>$([MSBuild]::NormalizeDirectory('$(VisualStudioSetupOutputPath)', 'DevDivPackages'))</VisualStudioBuildPackagesDir>
<LightCommandPackagesDir>$(ArtifactsDir)LightCommandPackages/</LightCommandPackagesDir>
<LightCommandObjDir>$(ArtifactsObjDir)/LightCommandPackages</LightCommandObjDir>
Copy link
Member

@tmat tmat May 14, 2020

Choose a reason for hiding this comment

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

Is this the right place for this definition? Seems very specific to Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk, so I'd think the Sdk.props file of that package would be a better home for definitions of these properties.

Copy link
Member

Choose a reason for hiding this comment

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

Is there a doc on what "light command packages" are? I'm also wondering why they need a specialized directory vs. just using the intermediate output directory of whatever project that uses the SDK.

Copy link
Member

@tmat tmat left a comment

Choose a reason for hiding this comment

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

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants