Fix selezione FROM

This commit is contained in:
Samuele Locatelli
2022-04-12 11:21:42 +02:00
parent a67c7286ea
commit 3bcfc81eec
+1 -1
View File
@@ -64,7 +64,7 @@ variables:
- |
net use R: /delete
net use R: $env:NET_SHARE_R /u:$env:NET_USER $RDRIVE_PASSWD
ROBOCOPY /MIR R:\EgtData\$env:APP_NAME /XF .git*
ROBOCOPY /MIR * R:\EgtData\$env:APP_NAME /XF .git*
SLEEP 2
net use R: /delete