File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Nerdbank.GitVersioning.NuGet Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272 <NpmPackageLayoutDir >..\nerdbank-gitversioning.npm\out\nbgv.nuget\</NpmPackageLayoutDir >
7373 </PropertyGroup >
7474 <ItemGroup >
75- <NpmPackageLayout Include =" @(File )" >
76- <TargetPath Condition =" '%(File .TargetPath)' != '' " >$(NpmPackageLayoutDir)$([System.IO.Path]::GetDirectoryName('%(File .TargetPath)'))\%(FileName)%(Extension)</TargetPath >
77- <TargetPath Condition =" '%(File .TargetPath)' == '' " >$(NpmPackageLayoutDir)%(FileName)%(Extension)</TargetPath >
75+ <NpmPackageLayout Include =" @(PackageFile )" >
76+ <TargetPath Condition =" '%(PackageFile .TargetPath)' != '' " >$(NpmPackageLayoutDir)$([System.IO.Path]::GetDirectoryName('%(PackageFile .TargetPath)'))\%(FileName)%(Extension)</TargetPath >
77+ <TargetPath Condition =" '%(PackageFile .TargetPath)' == '' " >$(NpmPackageLayoutDir)%(FileName)%(Extension)</TargetPath >
7878 </NpmPackageLayout >
7979 </ItemGroup >
8080 <Copy SourceFiles =" @(NpmPackageLayout)" DestinationFiles =" @(NpmPackageLayout->'%(TargetPath)')" />
You can’t perform that action at this time.
0 commit comments