Closed
Description
Describe the bug
can't build "Microsoft.AspNetCore.Server.IIS" project.
copy error:
严重性 | 代码 | 说明 | 项目 | 文件 | 行 | 禁止显示状态 |
---|---|---|---|---|---|---|
错误 | MSB3030 | 无法复制文件“D:\dotnet\AspNetCore\src\Servers\IIS\AspNetCoreModuleV2\InProcessRequestHandler\bin\Debug\Win32\aspnetcorev2_inprocess.dll”,原因是找不到该文件。 | Microsoft.AspNetCore.Server.IIS | C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets | 4560 |
To Reproduce
Steps to reproduce the behavior:
- Using this version of ASP.NET Core '3.0.100-preview4-011223'
- PS> cd D:
- PS> mkdir dotnet
- PS> cd dotnet
- PS> git clone https://github.com/aspnet/AspNetCore.git
- PS> cd AspNetCore
- PS> ./eng/scripts/InstallVisualStudio.ps1
- PS> .\restore.cmd
- PS> .\startvs.cmd D:\dotnet\AspNetCore\src\Servers\IIS\IISIntegration.sln
- VS2019->选择Microsoft.AspNetCore.Server.IIS项目->build
- View the error list window
Expected behavior
build success
Screenshots
Additional context
Add any other context about the problem here.
Include the output of dotnet --info