Skip to content

Commit

Permalink
Update Babylon Native to take vertex array finalizer fix (#302)
Browse files Browse the repository at this point in the history
* Update Babylon Native to take vertex array finalizer fix

* Disable signing on Windows
  • Loading branch information
Alex-MSFT authored Oct 28, 2021
1 parent b0a9b0a commit 48eef47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Apps/Playground/windows/Playground/Playground.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<PropertyGroup Label="ReactNativeWindowsProps">
<ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
</PropertyGroup>
<PropertyGroup Label="UserMacros">
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
Expand Down

0 comments on commit 48eef47

Please sign in to comment.