Skip to content

Commit

Permalink
ci: Include net6 aar files for nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 7, 2021
1 parent e38a226 commit 3300319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Uno.WinUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<file src="..\src\Uno.UI\Bin\Uno.UI.net6\Release\net6.0-android\Uno.Xaml.pdb" target="lib\net6.0-android30.0" />
<file src="..\src\Uno.UI\Bin\Uno.UI.net6\Release\net6.0-android\Uno.UI.BindingHelper.Android.dll" target="lib\net6.0-android30.0" />
<file src="..\src\Uno.UI\Bin\Uno.UI.net6\Release\net6.0-android\Uno.UI.BindingHelper.Android.pdb" target="lib\net6.0-android30.0" />
<file src="..\src\Uno.UI\Bin\Uno.UI.net6\Release\net6.0-android\Uno.UI.BindingHelper.Android.aar" target="lib\net6.0-android30.0" />
<file src="..\src\Uno.UI\Bin\Uno.UI.BindingHelper.Android\Release\net6.0-android\Uno.UI.BindingHelper.Android.aar" target="lib\net6.0-android30.0" />
<file src="..\src\Uno.UI\bin\Uno.UI.net6\Release\net6.0-android\*.xml" target="lib\net6.0-android30.0" />
<file src="..\src\Uno.UI.FluentTheme\bin\Uno.UI.FluentTheme.net6\Release\net6.0-android\Uno.UI.FluentTheme.dll" target="lib\net6.0-android30.0" />
<file src="..\src\Uno.UI.FluentTheme\bin\Uno.UI.FluentTheme.net6\Release\net6.0-android\Uno.UI.FluentTheme.pdb" target="lib\net6.0-android30.0" />
Expand Down
1 change: 1 addition & 0 deletions build/ci/.azure-devops-package-net6-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
**/bin/**/*.xml
**/bin/**/*.xbf
**/bin/**/*.xaml
**/bin/**/*.aar
TargetFolder: $(build.sourcesdirectory)\build-artifacts\bin-$(XAML_FLAVOR_BUILD)
CleanTargetFolder: false
OverWrite: false
Expand Down

0 comments on commit 3300319

Please sign in to comment.