projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429f3b7
)
Disable dsrouter single-file publish (#2337)
author
Juan Hoyos
<juan.hoyos@microsoft.com>
Fri, 9 Jul 2021 02:10:54 +0000
(19:10 -0700)
committer
GitHub
<noreply@github.com>
Fri, 9 Jul 2021 02:10:54 +0000
(19:10 -0700)
src/singlefile-tools.proj
patch
|
blob
|
history
diff --git
a/src/singlefile-tools.proj
b/src/singlefile-tools.proj
index 5435072a13229d68ee46133b0b6e5d20faf268e2..0c3873fe832630d90ee271324c535d17e970e38a 100644
(file)
--- a/
src/singlefile-tools.proj
+++ b/
src/singlefile-tools.proj
@@
-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>