Skip to content

Commit

Permalink
Fix .nuspec files to add PRI/XML files back
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Dec 2, 2024
1 parent b98dcfc commit fb0ce98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@
<files>
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.dll" />
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pdb" />
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.xml" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.pri" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />

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

<file target="lib\uap10.0\Design\Microsoft.Xaml.Interactivity.Design.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.dll" />
<file target="lib\uap10.0\Design\Microsoft.Xaml.Interactivity.Design.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.pdb" />
Expand Down
2 changes: 2 additions & 0 deletions scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<files>
<file target="lib\net8.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.dll" />
<file target="lib\net8.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pdb" />
<file target="lib\net8.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.xml" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
<file target="lib\net8.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.pri" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />

<!--
<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" />
Expand Down

0 comments on commit fb0ce98

Please sign in to comment.