- Notifications
You must be signed in to change notification settings - Fork1.2k
Open
Milestone
Description
<ProjectSdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> <RuntimeIdentifier>win-x64</RuntimeIdentifier> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> </PropertyGroup> <TargetName="Say"> <MessageText="OutputPath: $(OutputPath)"Importance="High" /> <MessageText="PublishDir: $(PublishDir)"Importance="High" /> </Target></Project>
Expected:
OutputPath: bin\Debug\netcoreapp3.1\PublishDir: bin\Debug\netcoreapp3.1\publish\Actual:
OutputPath: bin\Debug\netcoreapp3.1\PublishDir: bin\Debug\netcoreapp3.1\win-x64\publish\