Description
When upgrading an SPFx project pre Microsoft Teams support the step to copy assets\tab20x20.png and tab96x96.png throw error "no such file or directory"
Command:
cp assets/tab20x20.png C:\code\myproject/teams/925b8fdb-3c50-4035-b15e-1baf4c15e994_outline.png
Not that not only is the source of the tabs20x20.png file not found but this command would also fail as the slash before 'teams' section of the destination path are backward, see issue #1661
Environment
Windows 10, VS Code Terminal (cmd), 2.10.0
Description
When upgrading an SPFx project pre Microsoft Teams support the step to copy assets\tab20x20.png and tab96x96.png throw error "no such file or directory"
Command:
cp assets/tab20x20.png C:\code\myproject/teams/925b8fdb-3c50-4035-b15e-1baf4c15e994_outline.pngNot that not only is the source of the tabs20x20.png file not found but this command would also fail as the slash before 'teams' section of the destination path are backward, see issue #1661
Environment
Windows 10, VS Code Terminal (cmd), 2.10.0