Skip to content

Commit

Permalink
[UWP] Update custom.props for object model release (#8225)
Browse files Browse the repository at this point in the history
* Update custom.props for object model release

* Updated Xcode version (#8222)

* removed build step as they are redundant (#8201)

* removed build step as they are redundant

* added pod installation step

Co-authored-by: Joseph Woo <Joseph.Woo@microsoft.com>
  • Loading branch information
anna-dingler and jwoo-msft authored Jan 13, 2023
1 parent 61db685 commit 0593d95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .pipelines/templates/ios-ci-template.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
steps:
- template: ios-build-template.yml
- task: CocoaPods@0
displayName: 'Installing dependency via pod'
inputs:
workingDirectory: 'source/ios/AdaptiveCards'
forceRepoUpdate: false

- task: Xcode@5
displayName: 'Sample App Unit Test'
inputs:
actions: 'test'
xcWorkspacePath: 'source/ios/AdaptiveCards/AdaptiveCards.xcworkspace'
scheme: 'ADCIOSVisualizer'
xcodeVersion: '12'
xcodeVersion: 'default'
packageApp: false
signingOption: 'default'
sdk: 'iphonesimulator'
destinationPlatformOption: 'iOS'
destinationSimulators: 'iPhone 12'

- task: Xcode@5

displayName: 'Framework Unit Test'
inputs:
actions: 'test'
xcWorkspacePath: 'source/ios/AdaptiveCards/AdaptiveCards.xcworkspace'
scheme: 'AdaptiveCards'
xcodeVersion: '12'
xcodeVersion: 'default'
packageApp: false
signingOption: 'default'
sdk: 'iphonesimulator'
Expand Down
4 changes: 2 additions & 2 deletions custom.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Version">
<VersionMajor>3</VersionMajor>
<VersionMajor>1</VersionMajor>
<VersionMinor>1</VersionMinor>
<!-- The nuget package version should be incremented when we produce QFEs -->
<NuGetPackVersion>3.1.0</NuGetPackVersion>
<NuGetPackVersion>1.1.0</NuGetPackVersion>
<VersionInfoProductName>AdaptiveCards</VersionInfoProductName>
</PropertyGroup>
</Project>

0 comments on commit 0593d95

Please sign in to comment.