Set copyright and package license#156
Conversation
What happens if:
If merging this PR will break builds until dotnet/arcade#2003 gets merged the arcade dependency flow will be broken |
|
No, merging this PR has no effect on the current build. It kicks in only after dotnet/arcade#2003 is merged |
|
So we need all the repos to make the same change before dotnet/arcade#2003 is merged? |
|
Yes, I already sent 50+ PRs :) |
|
Yea, I think we should have @tmat do all of our wide ranging arcade changes from now on! :) |
|
@jcagme OK to merge? |
|
@jcagme Hmm... I do not have merge permissions :( |
|
@jcagme Could you please merge or give me permissions to do so? |
|
@tmat now it is merged. Looks like I cannot give you permissions from mobile so once in my box I’ll do that |
Prepares repo for change dotnet/arcade#2003 by setting
CopyrightandPackageLicenseExpressionproperties. These values will be required to be set by each repository once dotnet/arcade#2003 is merged.In order to not break the current builds this change sets the properties conditionally. This condition can be removed once all repos switch to Arcade that has dotnet/arcade#2003.
@markwilkie