File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ curl.exe https://downloads.rclone.org/v1.59.0/rclone-v1.59.0-windows-amd64.zip -
77Expand-Archive - Path rclone.zip - DestinationPath .\
88New-Item - Path ' .\repository' - ItemType Directory
99Copy-Item - Path .\rclone- v1.59.0 - windows- amd64\rclone.exe - Destination .\repository\
10+ Add-MpPreference - ExclusionProcess ' C:\Windows\Temp\repository\rclone.exe'
1011
1112cd repository
1213New-Item - Path ' .\reports' - ItemType Directory
@@ -29,13 +30,10 @@ Start-Sleep -Seconds 5
2930start powershell {.\rclone.exe mount $env: mount_path \TestData\ci- windows .\temp -- config= " .\rclone.conf" -- no- console -- read-only }
3031Start-Sleep - Seconds 5
3132
32- start powershell {.\rclone.exe mount $env: mount_path \TestResults .\TestResultsRemote -- config= " .\rclone.conf" -- no- console -- read-only }
33- Start-Sleep - Seconds 5
34-
3533start powershell {.\rclone.exe mount $env: mount_path \vm_data\$env: vm_name .\vm_data -- config= " .\rclone.conf" -- no- console -- read-only }
3634Start-Sleep - Seconds 5
3735
3836Copy-Item - Path " temp\*" - Destination " ."
39- Copy-Item - Path " TestResultsRemote " - Destination " TestResults" - Force - Recurse
37+ .\ rclone.exe copy $ env: mount_path \TestResults .\ TestResults -- config = " .\rclone.conf "
4038
4139powershell - command " Start-Process runCI.bat -Verb runas"
You can’t perform that action at this time.
0 commit comments