Skip to content

Commit 5080783

Browse files
committed
Fixed azure pipeline.
1 parent be64a25 commit 5080783

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
- refs/tag/*
88

99
pool:
10-
vmImage: 'macOS-10.13'
10+
vmImage: 'macOS-10.14'
1111

1212
steps:
1313
- script: |
@@ -56,6 +56,8 @@ steps:
5656
- script: |
5757
pod install
5858
sudo cp -R ../node_modules/react-native-azurenotificationhub/ios Pods/RNAzureNotificationHub
59+
sudo chown -R $(id -u):$(id -g) Pods/RNAzureNotificationHub
60+
pod update
5961
displayName: 'Install CocoaPods dependencies'
6062
workingDirectory: '../sample/ios'
6163

0 commit comments

Comments
 (0)