Disable dsrouter single-file publish (#2337)
authorJuan Hoyos <juan.hoyos@microsoft.com>
Fri, 9 Jul 2021 02:10:54 +0000 (19:10 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jul 2021 02:10:54 +0000 (19:10 -0700)
src/singlefile-tools.proj

index 5435072a13229d68ee46133b0b6e5d20faf268e2..0c3873fe832630d90ee271324c535d17e970e38a 100644 (file)
@@ -10,7 +10,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <_ProjectToBundle Include="$(RepoRoot)src/Tools/**/*.csproj" Exclude="$(RepoRoot)src/Tools/dotnet-monitor/**/*.csproj;$(RepoRoot)src/Tools/dotnet-analyze/**/*.csproj" />
+    <_ProjectToBundle Include="$(RepoRoot)src/Tools/**/*.csproj" Exclude="$(RepoRoot)src/Tools/dotnet-dsrouter/**/*.csproj" />
     <SupportedRids Include="$(SupportedRids)"/>
   </ItemGroup>