From e0bfebee044e5ad3d61f6ebc23cf934a0f0be741 Mon Sep 17 00:00:00 2001 From: Mate Molnar Date: Tue, 17 Sep 2024 15:30:29 +0200 Subject: [PATCH] test2 --- .cirrus.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yaml b/.cirrus.yaml index 6ed058d6..6b269cdb 100644 --- a/.cirrus.yaml +++ b/.cirrus.yaml @@ -161,6 +161,8 @@ qa_windows_task: ec2_instance: <<: *INSTANCE_DEFINITION maven_cache: *MAVEN_CACHE_DEFINITION + add_nuget_source_script: + - nuget sources Add -Name nuget.org -Source https://api.nuget.org/v3/index.json -configfile "C:\Windows\system32\config\systemprofile\AppData\Roaming\NuGet\nuget.config" qa_script: *QA_SCRIPT always: # Publish test results regardless of status