nickva commented on code in PR #37:
URL: https://github.com/apache/couchdb-glazier/pull/37#discussion_r1719022454


##########
bin/install_dependencies.ps1:
##########
@@ -13,18 +13,23 @@
 # Sourcing variable definitions
 . ${PSScriptRoot}\variables.ps1
 
+if (-not (Test-Path -Path $toolsDir)) {
+  New-Item -Path $toolsDir -ItemType Directory
+}
+
 # Exclude c:\relax from MS defender to speed up things
 Add-MpPreference -ExclusionPath "C:\relax"
+Add-MpPreference -ExclusionPath "${toolsDir}"

Review Comment:
   very nice!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to