Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent restoring illink for native-binplace.proj (dotnet#92289)
Fixes dotnet#92194. The reference to illink from `native-binplace.proj`, built as a reference of `build-native.proj`, was hitting a nuget bug with static graph restore. The bug seems to be specific to something about the project file (maybe the language-specific targets, since `native-binplace.proj` imports the `Microsoft.NET.Sdk`, but doesn't have a `csproj` extension). Fixed by explicitly marking this as not a source project, which will prevent the import of illink.targets.
- Loading branch information