From 1410efab5b45ed06c82158d2f6d2c25331bf9815 Mon Sep 17 00:00:00 2001 From: Danny van Velzen Date: Thu, 26 Oct 2023 15:52:18 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ado/templates/apple-nuget-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/templates/apple-nuget-publish.yml b/.ado/templates/apple-nuget-publish.yml index 24f8e53798..b0cb28968e 100644 --- a/.ado/templates/apple-nuget-publish.yml +++ b/.ado/templates/apple-nuget-publish.yml @@ -37,7 +37,7 @@ jobs: displayName: 'Clean DerivedData' - script: | - brew install cocoapods + sudo gem install cocoapods displayName: 'Install CocoaPods Environment' - bash: |