Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 16, 2016 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/3f989e2cf8d319b6847f2fb99a407f89 to your computer and use it in GitHub Desktop.
Save justinyoo/3f989e2cf8d319b6847f2fb99a407f89 to your computer and use it in GitHub Desktop.
Long Path Error While Publishing ASP.NET Core Applications
<PropertyGroup>
<PublishOutputPathNoTrailingSlash Condition="'$(PublishOutputPathNoTrailingSlash)' == ''">C:\Temp\$(MSBuildProjectName)</PublishOutputPathNoTrailingSlash>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment