gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 59/264: ci/tests: fix Azure Pipelines not running Windows contai


From: gnunet
Subject: [gnurl] 59/264: ci/tests: fix Azure Pipelines not running Windows containers
Date: Thu, 30 Apr 2020 16:06:02 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 9b4990f06835a12ec264f4182017df1c1f7e43bd
Author: Marc Hoersken <address@hidden>
AuthorDate: Fri Mar 20 18:18:04 2020 +0100

    ci/tests: fix Azure Pipelines not running Windows containers
    
    Workaround posted here: microsoft/azure-pipelines-agent#2864
    
    Assisted-by: Simon Chalifoux
    Assisted-by: Tommy Petty
    
    Fixes #5117
    Closes #5129
---
 .azure-pipelines.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 42dd83c5b..3f0025b7b 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -239,6 +239,8 @@ stages:
 
 - stage: windows
   dependsOn: []
+  variables:
+    agent.preferPowerShellOnContainers: true
   jobs:
   - job: windows_msys2_mingw32_debug_openssl
     displayName: msys2 mingw32 debug openssl

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]