We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74eec2 commit fd495a4Copy full SHA for fd495a4
.azure-pipelines/generation-templates/objc.yml
@@ -5,3 +5,8 @@ steps:
5
BuildConfiguration: $(buildConfiguration)
6
OutputFullPath: $(typewriterDirectory)/output
7
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
@@ -1,6 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
<packageSources>
4
+ <clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
0 commit comments