Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Add support for IncludeAssets, ExcludeAssets, and PrivateAssets#207

Merged
jeffkl merged 4 commits intoCommonBuildToolset:masterfrom
jeffkl:IncludeAssets_ETC
Dec 7, 2017
Merged

Add support for IncludeAssets, ExcludeAssets, and PrivateAssets#207
jeffkl merged 4 commits intoCommonBuildToolset:masterfrom
jeffkl:IncludeAssets_ETC

Conversation

@jeffkl
Copy link
Copy Markdown
Contributor

@jeffkl jeffkl commented Nov 3, 2017

This currently disables the NuGetDeterministicOverWritePropsFile property

Includes unit tests

<!--
The path to a file written to when validating to not run validation unless it is necessary.
-->
<NuGetDeterministicPackagesValidatedFile Condition=" '$(NuGetDeterministicPackagesValidatedFile)' == '' ">$(IntermediateOutputPath)$(MSBuildProjectFile).ndpv</NuGetDeterministicPackagesValidatedFile>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

in non cloudbuild scenario can we rely on IntermediateOutputPath being set yet?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good point. I ended up removing this logic anyway since the validation only really happens once in a hosted build. Not to mention that you were right that it was only happening once even on a multi-targeted build...

@jeffkl jeffkl merged commit 4901a8a into CommonBuildToolset:master Dec 7, 2017
@jeffkl jeffkl deleted the IncludeAssets_ETC branch December 7, 2017 06:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants