Commit 9197b71
authored
Fix PowerShell command for file listing (#44041)
Seeing issues where nothing is copied and we don't correctly fail. That is because if nothing copies the default `Path` parameter has this weird behavior and tries to match things with the name of the last component. See https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem?view=powershell-7.5#notes
Which in the case of python finds `D:\a\_work\1\s\sdk\synapse\azure-synapse-artifacts\azure\synapse\artifacts` so we always have a file even though it wasn't copied.1 parent e4c2eff commit 9197b71
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments