This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch maint-0.17.x
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 339b02cf74eb357f12fd082b0be900846790e70a
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Thu May 14 12:40:59 2020 +0200

    [Release] Missing platform in nuget crossbow task definition
---
 dev/tasks/tasks.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index b50fe4c..65e74f0 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1427,6 +1427,7 @@ tasks:
 
   nuget:
     ci: github
+    platform: linux
     template: nuget-packages/github.linux.yml
     params:
       run: ubuntu-csharp

Reply via email to