Skip to content

Commit fd495a4

Browse files
Update per package compliance, add script for xcodeproj update (#419)
* Update nuget.config per package compliance * Add script to update xcode project
1 parent c74eec2 commit fd495a4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.azure-pipelines/generation-templates/objc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ steps:
55
BuildConfiguration: $(buildConfiguration)
66
OutputFullPath: $(typewriterDirectory)/output
77
RepoModelsDir: $(Build.SourcesDirectory)/msgraph-sdk-objc-models/GeneratedModels/
8+
- pwsh: |
9+
gem install --user-install xcodeproj
10+
ruby ./add_generated_models.rb | Write-Host
11+
displayName: 'Add new files to project'
12+
workingDirectory: $(Build.SourcesDirectory)/msgraph-sdk-objc-models/

.nuget/nuget.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<clear />
45
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
56
</packageSources>
67
</configuration>

0 commit comments

Comments
 (0)