Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Exclude docker secrets for preview2 #216

Closed
wants to merge 1 commit into from
Closed

Exclude docker secrets for preview2 #216

wants to merge 1 commit into from

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented May 26, 2017

No description provided.

@pranavkm
Copy link
Contributor

:shipit:

@pranavkm
Copy link
Contributor

cc @JunTaoLuo

@@ -156,7 +156,7 @@ Microsoft.Extensions.Configuration.Abstractions,ship,include
Microsoft.Extensions.Configuration.AzureKeyVault,ship,include
Microsoft.Extensions.Configuration.Binder,ship,include
Microsoft.Extensions.Configuration.CommandLine,ship,include
Microsoft.Extensions.Configuration.DockerSecrets,ship,include
Microsoft.Extensions.Configuration.DockerSecrets,noship,include
Copy link
Contributor

Choose a reason for hiding this comment

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

noship,include is a strange combination. We don't want to ship this package but want to include it in the runtime store?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah I had it as exclude but from https://github.com/aspnet/Coherence-Signed/wiki/New-package-Id-creation it sounds like that's a tool/framework bit since noship trumps that flag anyways

Copy link
Contributor

Choose a reason for hiding this comment

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

Functionally, we aren't even really making use of the include/exclude flag right now since it's all controlled by what's going into the MetaPackage reference. There's is a work item aspnet/MetaPackages#19 to eventually generate what we have in the MetaPackage based on this file so it's a good idea to keep it up to date as if it were used to generate the runtime store.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok, I'll flip it to exclude

@HaoK
Copy link
Member Author

HaoK commented May 26, 2017

35c3669

@HaoK HaoK closed this May 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants