aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/windows/deploy-settings.txt
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2021-06-22 19:16:04 -0700
committerGitHub <noreply@github.com>2021-06-22 19:16:04 -0700
commit2ed44b4546ecc764c81db4fd16ea19d19ea0449d (patch)
tree62bddef170709b99b5ed4d8ed7455bc1f5c7a1ad /scripts/azure-pipelines/windows/deploy-settings.txt
parent08690d82c11eaea801c103238cc2e948b1a60eb5 (diff)
downloadvcpkg-2ed44b4546ecc764c81db4fd16ea19d19ea0449d.tar.gz
vcpkg-2ed44b4546ecc764c81db4fd16ea19d19ea0449d.zip
Update VMs and pick up VS2019 16.10 (#18233)
* Cherry-pick https://github.com/microsoft/vcpkg/pull/15598 * Hook deploy-inteloneapi into create-vmss.ps1. * Add script to resolve https://github.com/microsoft/vcpkg/issues/17521 * Move tls settings deployment to the front and respond to script triggering a reboot. * Go back to provisioning an extra disk to workaround https://github.com/microsoft/vcpkg/issues/18379 * Disallow public access to blob storage and require TLS 1.2. * Update Pools. * Update tool to 2021-06-19 * [simage] Skip simage on uwp platforms as it appears broken by 16.10. * [tensorflow-cc] Skip because changes in our MacOS hardware broke the port.
Diffstat (limited to 'scripts/azure-pipelines/windows/deploy-settings.txt')
-rw-r--r--scripts/azure-pipelines/windows/deploy-settings.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/windows/deploy-settings.txt b/scripts/azure-pipelines/windows/deploy-settings.txt
index a80ddce39..c340453c6 100644
--- a/scripts/azure-pipelines/windows/deploy-settings.txt
+++ b/scripts/azure-pipelines/windows/deploy-settings.txt
@@ -12,6 +12,7 @@ if ($null -eq $av) {
Write-Host 'Configuring AntiVirus exclusions...'
Add-MpPreference -ExclusionPath C:\agent
Add-MPPreference -ExclusionPath D:\
+ Add-MPPreference -ExclusionPath E:\
Add-MPPreference -ExclusionProcess ninja.exe
Add-MPPreference -ExclusionProcess clang-cl.exe
Add-MPPreference -ExclusionProcess cl.exe