File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Nerdbank.GitVersioning.NuGet Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 103103 <Target Name =" SkipFrameworkAssemblies" AfterTargets =" GetPackageFiles" >
104104 <ItemGroup >
105105 <PackageFile Remove =" @(PackageFile)" Condition ="
106+ $([System.String]::new('%(TargetPath)').StartsWith('build\')) and
106107 !$([System.String]::new('%(TargetPath)').StartsWith('build\lib\')) and
107108 '%(FileName)' != 'NerdBank.GitVersioning' and
108109 '%(FileName)' != 'NerdBank.GitVersioning.Tasks' and
111112 '%(FileName)' != 'Newtonsoft.Json' and
112113 '%(FileName)' != 'PInvoke.Kernel32' and
113114 '%(FileName)' != 'PInvoke.MsCorEE' and
114- '%(FileName)' != 'PInvoke.Windows.Core'
115+ '%(FileName)' != 'PInvoke.Windows.Core' and
116+ '%(Extension)' == '.dll'
115117 " />
116118 </ItemGroup >
117119 </Target >
You can’t perform that action at this time.
0 commit comments