A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/dotnet/sdk/issues/12114 below:

Publish path is incorrectly constructed when AppendRuntimeIdentifierToOutputPath is set · Issue #12114 · dotnet/sdk · GitHub

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp3.1</TargetFramework>
    <RuntimeIdentifier>win-x64</RuntimeIdentifier>
    <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
  </PropertyGroup>

  <Target Name="Say">
    <Message Text="OutputPath: $(OutputPath)" Importance="High" />
    <Message Text="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\

Andrioden, VAllens, Yinimi, carlin-q-scott, Andrenhn and 1 more


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4