You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage instructions for the files parameter show an example glob pattern surrounded by single quotes
-f, --files string (optional) Glob pattern that specifies a set of files to upload. For example,
**/*.{pdb,exe,dll} will recursively search for .pdb, .exe, and .dll files.
Defaults to '*.js.map'
However, using single quotes fails for me. I can get it to work with double quotes. Perhaps our usage should show double quotes?
symbol-upload-windows.exe -b tormore -a symtest -v 1.0 -u [email protected] -p "BQM3PHXHi&H8S$Q" -f '**/*.{pdb,exe,dll}'
About to authenticate...
Authentication success!
Could not find any files to upload using glob ./'**/*.{pdb,exe,dll}'!
The text was updated successfully, but these errors were encountered:
The usage instructions for the files parameter show an example glob pattern surrounded by single quotes
However, using single quotes fails for me. I can get it to work with double quotes. Perhaps our usage should show double quotes?
The text was updated successfully, but these errors were encountered: