Procházet zdrojové kódy

Update IIS tests readme (#34646)

Hao Kung před 4 roky
rodič
revize
14626a786a
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      src/Servers/IIS/README.md

+ 2 - 0
src/Servers/IIS/README.md

@@ -43,6 +43,8 @@ Or for the less detailed explanation, run the following command inside this dire
 
 To run the tests for this project, you can [run the tests on the command line](https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md#running-tests-on-command-line) in this directory.
 
+Note: IIS.Tests require both IIS to be enabled, and the [ASP.NET Hosting bundle](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/hosting-bundle) which must be run after IIS has been enabled.
+
 Or for the less detailed explanation, run the following command inside this directory.
 ```powershell
 > ./build.cmd -t