Skip to content

Fix regeneration of files when asset cache changes.#3441

Merged
peterhuene merged 1 commit into
dotnet:masterfrom
peterhuene:fix-gen-tasks-on-cache-invalidation
Jul 20, 2019
Merged

Fix regeneration of files when asset cache changes.#3441
peterhuene merged 1 commit into
dotnet:masterfrom
peterhuene:fix-gen-tasks-on-cache-invalidation

Conversation

@peterhuene

Copy link
Copy Markdown
Contributor

Both the deps.json and runtimeconfig.json files remain unchanged when an
incremental build takes place that changes a property that would invalidate the
assets cache.

For a property like SelfContained, this might mean the files are no longer
valid for the incremental build's output.

Fixes dotnet/cli#11956.

Both the deps.json and runtimeconfig.json files remain unchanged when an
incremental build takes place that changes a property that would invalidate the
assets cache.

For a property like `SelfContained`, this might mean the files are no longer
valid for the incremental build's output.

Fixes dotnet/cli#11956.
@peterhuene peterhuene added this to the 3.0.1xx milestone Jul 20, 2019
@peterhuene peterhuene requested a review from a team July 20, 2019 01:17
@peterhuene peterhuene merged commit ec9f5fc into dotnet:master Jul 20, 2019
@peterhuene peterhuene deleted the fix-gen-tasks-on-cache-invalidation branch July 20, 2019 20:53
dsplaisted pushed a commit to dsplaisted/sdk that referenced this pull request Feb 19, 2020
….4 (dotnet#3441)

- Microsoft.DotNet.Cli.Runtime - 3.1.100-preview3.19552.4
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.

Deps file and runtimeconfig are not regenerated upon assets cache invalidation.

2 participants