Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 16, 2016 12:25
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/971125a015d68e64180d02359568e744 to your computer and use it in GitHub Desktop.
Save justinyoo/971125a015d68e64180d02359568e744 to your computer and use it in GitHub Desktop.
Long Path Error While Publishing ASP.NET Core Applications
<Dnu
RuntimeToolingDirectory ="$(RuntimeToolingDirectory)"
ProjectFolder="$(MSBuildProjectDirectory)"
Project="$(KPackWorkingDirectory)"
Command="publish"
Runtime="$(FinalPublishVersion)"
WwwRoot="$(WebRoot)"
WwwRootOut="$(WwwRootOut)"
NoSource="$(NoSourceFlag)"
Quiet="$(QuietFlag)"
IncludeSymbols ="$(IncludeSymbolsFlag)"
Native ="$(NativeFlag)"
Configuration="$(PublishConfiguration)"
Out="$(PublishOutputPathNoTrailingSlash)"
ExternalToolsPath="$(ExternalToolsPath)"
IsFilePreview="$(FilePreview)"
IISCommand="$(IISCommand)"
EnvironmentVariables="@(DnuPublishEnvironmentVariables)"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment