From bada7d650db95149e32e1bc03ef0c03f321cb5c8 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Thu, 1 Jun 2023 10:28:12 -0500 Subject: [PATCH] Fix broken source build path --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 947627dc83..139a8ad49d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -13,4 +13,4 @@ TelemetryDataConstants.cs @cvpoienaru @nohwnd /src/Microsoft.TestPlatform.AdapterUtilities/ @haplois @Evangelink /test/Microsoft.TestPlatform.AdapterUtilities.UnitTests/ @haplois @Evangelink -/src/eng/SourceBuild* @dotnet/source-build-internal +/eng/SourceBuild* @dotnet/source-build-internal