File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,26 @@ steps:
21
21
publishTestResults : true
22
22
# testRunTitle: 'Common unit tests (macOS)' # option not yet available
23
23
continueOnError : true
24
+
25
+ - task : CocoaPods@0
26
+ displayName : Install CocoaPods for Microsoft Authentication helper
27
+ inputs :
28
+ projectDirectory : ' macos/Microsoft.Authentication.Helper'
29
+
30
+ - task : Xcode@5
31
+ displayName : Compile Microsoft Authentication helper
32
+ inputs :
33
+ xcWorkspacePath : ' macos/Microsoft.Authentication.Helper/Microsoft.Authentication.Helper.xcworkspace'
34
+ configuration : $(configuration)
35
+ scheme : ' Microsoft.Authentication.Helper'
36
+ sdk : macosx
37
+
38
+ - script : ' macos/installer/build-installer.sh --configuration=$(configuration) --version=1.0'
39
+ displayName : Build installer package
40
+ failOnStderr : true
41
+
42
+ - task : PublishPipelineArtifact@0
43
+ displayName : Publish installer package
44
+ inputs :
45
+ artifactName : ' macOS Installer'
46
+ targetPath : ' out/macos/installer/'
You can’t perform that action at this time.
0 commit comments