You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's crucial that the building process from the IDE works. However, something goes wrong with the dotnet build command.
When I delete that line from the build props, the build from the PowerShell command line works fine.
Step to reproduce
Create a project named Worker.
Create a project named Application.
Add a reference to the Application project in Worker project.
In the solution root folder, create a Directory.Build.props file.
Use Visual Studio to build or press F5. The build is successful.
Go to powershell and use dotnet build. An error occured
Expected behavior
dotnet build should build as usual build process in IDE.
Describe the bug 🐞
There is an issue when I'm trying to use the file
Directory.Build.props
with PropertyGroup:It's crucial that the building process from the IDE works. However, something goes wrong with the
dotnet build
command.When I delete that line from the build props, the build from the PowerShell command line works fine.
Step to reproduce
Directory.Build.props
file.dotnet build
. An error occuredExpected behavior
dotnet build
should build as usual build process in IDE.IDE
Visual Studio 2022
Operating system
Windows
Version
10
Device
Laptop
Refit Version
7.1.2
Additional information ℹ️
Directory.Build.props content:
Build errors:
The text was updated successfully, but these errors were encountered: