Pull in command-line-api fix to eliminate source-build prebuilts (#15360)

This commit is contained in:
Michael Simons 2023-01-27 10:12:09 -06:00 committed by GitHub
parent 43d1152c04
commit 98c4930255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,23 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Michael Simons <msimons@microsoft.com>
Date: Wed, 18 Jan 2023 22:23:40 +0000
Subject: [PATCH] Build System.CommandLine.NamingConventionBinder during
source-build
Backport: https://github.com/dotnet/command-line-api/pull/2026
---
sourcebuild.slnf | 1 +
1 file changed, 1 insertion(+)
diff --git a/sourcebuild.slnf b/sourcebuild.slnf
index dd18805b..dc155a4d 100644
--- a/sourcebuild.slnf
+++ b/sourcebuild.slnf
@@ -4,6 +4,7 @@
"projects": [
"src\\System.CommandLine\\System.CommandLine.csproj",
"src\\System.CommandLine.DragonFruit\\System.CommandLine.DragonFruit.csproj",
+ "src\\System.CommandLine.NamingConventionBinder\\System.CommandLine.NamingConventionBinder.csproj",
"src\\System.CommandLine.Rendering\\System.CommandLine.Rendering.csproj"
]
}