Skip to content

Commit 89c8465

Browse files
authored
Skip shim and handler tests when running build.cmd -test in IIS subfolder (#26202)
1 parent c39ecb9 commit 89c8465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/IIS/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@ECHO OFF
22
SET RepoRoot=%~dp0..\..\..
3-
%RepoRoot%\build.cmd -projects %~dp0**\*.csproj %*
3+
%RepoRoot%\build.cmd -projects %~dp0**\*.csproj /p:SkipIISNewHandlerTests=true /p:SkipIISNewShimTests=true %*

0 commit comments

Comments
 (0)