Merge release/2.0.0 to master - #1269
Merged
Merged
Conversation
…e store packages to MSBuild Item.
When publishing for PreserveCompilationContext=true and filtering packages using a TargetManifest file, there is no need to copy assemblies that will be in the runtime store to the 'refs' folder. They will be resolved from the runtime store. Fix dotnet#1216
Merge master into release/2.0.0
…tained apps but not shared framework apps or libraries Fixes dotnet#983
PreserveCompilationContext should take into account runtime store assemblies
Add logic to roll forward to patch versions of .NET Core for self-contained apps but not shared framework apps or libraries
…d higher than the current SDK supports Fixes dotnet#1194
Update CLI version to 2.0.0-preview2-006189
Implement version cap for .NET Standard and .NET Core
…ttributes and CreateGeneratedAssemblyInfoInputsCacheFile targets.
…eAssemblies is true Fixes dotnet#1135
Automatically set Link metadata on items outside the project folder
…utes-using-lock-file
…mbly-attributes-using-lock-file Incremental build improvements for generated AssemblyInfo.cs using inputs cache
…_CleanRecordFileWrites is being run Fixes dotnet#1234
…emblies aren't found
Include log files in Jenkins archive
Don't pass duplicate items to conflict resolution if CopyLocalLockFileAssemblies is true
…-failure Don't generate deps or runtimeconfig files when build has failed but _CleanRecordFileWrites is being run
dsplaisted
approved these changes
May 30, 2017
livarcocc
approved these changes
May 31, 2017
Contributor
|
@MattGertz Just merging branches. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@livarcocc @dsplaisted Merging changes from release/2.0.0 to master