Skip to content

Commit fb0ce98

Browse files
committed
Fix .nuspec files to add PRI/XML files back
1 parent b98dcfc commit fb0ce98

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

scripts/Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@
2828
<files>
2929
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.dll" />
3030
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pdb" />
31+
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.xml" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
32+
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.pri" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />
3133

3234
<file target="lib\net8.0-windows10.0.19041.0\Microsoft.Xaml.Interactivity.dll" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.dll" />
3335
<file target="lib\net8.0-windows10.0.19041.0\Microsoft.Xaml.Interactivity.pdb" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pdb" />
36+
<file target="lib\net8.0-windows10.0.19041.0\Microsoft.Xaml.Interactivity.xml" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
37+
<file target="lib\net8.0-windows10.0.19041.0\Microsoft.Xaml.Interactivity.pri" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />
3438

3539
<file target="lib\uap10.0\Design\Microsoft.Xaml.Interactivity.Design.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.dll" />
3640
<file target="lib\uap10.0\Design\Microsoft.Xaml.Interactivity.Design.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.pdb" />

scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<files>
2525
<file target="lib\net8.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.dll" />
2626
<file target="lib\net8.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pdb" />
27+
<file target="lib\net8.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.xml" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
28+
<file target="lib\net8.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.pri" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />
2729

2830
<!--
2931
<file target="lib\net8.0-windows10.0.17763.0\Design\Microsoft.Xaml.Interactivity.Design.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.dll" />

0 commit comments

Comments
 (0)