Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable repeatable package restores #3359

Merged
merged 2 commits into from
Jan 3, 2025
Merged

Conversation

christophwille
Copy link
Member

@christophwille christophwille commented Jan 3, 2025

@christophwille
Copy link
Member Author

christophwille commented Jan 3, 2025

See NuGet/Home#8287 (comment)

This

<PropertyGroup Condition="$(RuntimeIdentifier) != ''" >
  <NuGetLockFilePath>packages.$(RuntimeIdentifier).lock.json</NuGetLockFilePath>
</PropertyGroup>

is way too inconvenient...

@christophwille
Copy link
Member Author

Locking restricted to projects that create NuGet packages

  • ICSharpCode.Decompiler
  • ICSharpCode.ILSpyX
  • ILSpyCmd
  • ICSharpCode.BamlDecompiler

@christophwille christophwille merged commit 1048cd9 into master Jan 3, 2025
9 checks passed
@christophwille christophwille deleted the feature/lockedrestore branch January 3, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants