Esclusione folder .git

This commit is contained in:
Samuele Locatelli
2022-04-12 11:24:09 +02:00
parent a7cb99abe5
commit 7f5e7916cf
+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 . R:\EgtData\$env:APP_NAME /MIR /XF .git*
ROBOCOPY . R:\EgtData\$env:APP_NAME /MIR /XF .git* /XD .git
SLEEP 2
net use R: /delete