Fix pathing issue in the releases layout in the nuget file
This commit is contained in:
parent
4882b92580
commit
51754b4c58
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
DeploymentSubpath="msbuildExtensions/Microsoft/Microsoft.NET.Build.Extensions/" />
|
||||
|
||||
<VSMSBuildExtensionsContent Include="$(DotNetDeploymentReleasesPkgPath)\lib\net452\**\*.*"
|
||||
DeploymentSubpath="MSBuildSdkResolver" />
|
||||
DeploymentSubpath="MSBuildSdkResolver/" />
|
||||
|
||||
<VSMSBuildExtensionsContent Include="$(SdkResolverLayoutPath)/**/*"
|
||||
DeploymentSubpath="MSBuildSdkResolver/" />
|
||||
|
@ -58,4 +58,4 @@
|
|||
|
||||
<Copy SourceFiles="@(VSMSBuildExtensionsContent)" DestinationFiles="%(VSMSBuildExtensionsContent.DestinationPath)" />
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue