Closed tido64 closed 2 months ago
Somehow, we managed to use Image instead of Content in the .wapproj, causing them to (occasionally?) not be included in the build.
Image
Content
.wapproj
Resolves #2176.
npm run set-react-version 0.74 cd example yarn install-windows-test-app --use-fabric yarn windows
Build should succeed.
Description
Somehow, we managed to use
Image
instead ofContent
in the.wapproj
, causing them to (occasionally?) not be included in the build.Resolves #2176.
Platforms affected
Test plan
Build should succeed.