-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6157 from dotnet/dev/kirillo/GenerateReferenceAss…
…emblySource When #6141 updated from Microsoft.DotNet.BuildTools.GenAPI to Microsoft.DotNet.GenAPI our reference assembly source generation logic stopped working. Turns out the new NuGet package targets relies on singular spelling to insert itself after PrepareForRun: <PrepareForRunDependsOn Condition="'$(GenerateReferenceAssemblySource)' == 'true'"> Update our spelling to singular everywhere now that we're using the new package.
- Loading branch information
Showing
18 changed files
with
549 additions
and
511 deletions.
There are no files selected for viewing
This file contains 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
104 changes: 55 additions & 49 deletions
104
ref/Microsoft.Build.Framework/net/Microsoft.Build.Framework.cs
Large diffs are not rendered by default.
Oops, something went wrong.
96 changes: 51 additions & 45 deletions
96
ref/Microsoft.Build.Framework/netstandard/Microsoft.Build.Framework.cs
Large diffs are not rendered by default.
Oops, something went wrong.
240 changes: 121 additions & 119 deletions
240
ref/Microsoft.Build.Tasks.Core/net/Microsoft.Build.Tasks.Core.cs
Large diffs are not rendered by default.
Oops, something went wrong.
236 changes: 119 additions & 117 deletions
236
ref/Microsoft.Build.Tasks.Core/netstandard/Microsoft.Build.Tasks.Core.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.