Skip to content

Commit 170c696

Browse files
committed
Merge
1 parent da7c62f commit 170c696

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

build/repo.props

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -145,31 +145,9 @@
145145
the entire pattern will silently fail to evaluate correctly.
146146
-->
147147
<DotNetProjects Include="
148-
$(RepositoryRoot)src\Framework\ref\Microsoft.AspNetCore.App.Ref.csproj;
149-
$(RepositoryRoot)src\Framework\src\Microsoft.AspNetCore.App.Runtime.csproj;
150-
$(RepositoryRoot)src\Framework\test\Microsoft.AspNetCore.App.UnitTests.csproj;
151-
$(RepositoryRoot)src\DefaultBuilder\**\*.*proj;
152-
$(RepositoryRoot)src\Features\JsonPatch\**\*.*proj;
153-
$(RepositoryRoot)src\DataProtection\**\*.*proj;
154-
$(RepositoryRoot)src\Antiforgery\**\*.*proj;
155-
$(RepositoryRoot)src\Hosting\**\*.*proj;
148+
156149
$(RepositoryRoot)src\Http\**\*.*proj;
157-
$(RepositoryRoot)src\Html\**\*.*proj;
158-
$(RepositoryRoot)src\Identity\**\*.*proj;
159-
$(RepositoryRoot)src\Servers\**\*.csproj;
160-
$(RepositoryRoot)src\Security\**\*.*proj;
161-
$(RepositoryRoot)src\SiteExtensions\Microsoft.Web.Xdt.Extensions\**\*.csproj;
162-
$(RepositoryRoot)src\Shared\**\*.*proj;
163-
$(RepositoryRoot)src\Tools\**\*.*proj;
164-
$(RepositoryRoot)src\Middleware\**\*.csproj;
165-
$(RepositoryRoot)src\Razor\**\*.*proj;
166-
$(RepositoryRoot)src\Mvc\**\*.*proj;
167-
$(RepositoryRoot)src\Azure\**\*.*proj;
168-
$(RepositoryRoot)src\MusicStore\**\*.*proj;
169-
$(RepositoryRoot)src\SignalR\**\*.csproj;
170-
$(RepositoryRoot)src\Components\**\*.csproj;
171-
$(RepositoryRoot)src\ProjectTemplates\*\*.csproj;
172-
$(RepositoryRoot)src\ProjectTemplates\testassets\*\*.csproj;
150+
173151
"
174152
Exclude="
175153
@(ProjectToBuild);

eng/helix/vstest/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ export DOTNET_CLI_HOME="$HELIX_CORRELATION_PAYLOAD/home"
6060

6161
export helix="true"
6262

63-
$HELIX_CORRELATION_PAYLOAD/sdk/dotnet vstest $1 --logger:trx;LogFileName=test-results.xml --logger:console;verbosity=normal
63+
$HELIX_CORRELATION_PAYLOAD/sdk/dotnet vstest $1 '--logger:trx;LogFileName=test-results.xml' '--logger:console;verbosity=normal'

0 commit comments

Comments
 (0)