Skip to content

Commit 6ce36b7

Browse files
authored
Merge pull request #2332 from AzureAD/mipetriu/msal_pipeline_fix
Fix common core submodule check pipeline
2 parents 277b9e7 + 73b887e commit 6ce36b7

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

build.py

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -107,30 +107,6 @@ class ColorValues:
107107
"platform" : "visionOS",
108108
"target" : "visionOSFramework"
109109
},
110-
{
111-
"name" : "iOS Test App",
112-
"scheme" : "MSAL Test App (iOS)",
113-
"operations" : [ "build" ],
114-
"platform" : "visionOS",
115-
"target" : "visionOSTestApp"
116-
117-
},
118-
{
119-
"name" : "Sample iOS App",
120-
"scheme" : "SampleAppiOS",
121-
"workspace" : "Samples/ios/SampleApp.xcworkspace",
122-
"operations" : [ "build" ],
123-
"platform" : "visionOS",
124-
"target" : "visionOSSampleApp"
125-
},
126-
{
127-
"name" : "Sample iOS App-iOS",
128-
"scheme" : "SampleAppiOS-Swift",
129-
"workspace" : "Samples/ios/SampleApp.xcworkspace",
130-
"operations" : [ "build" ],
131-
"platform" : "visionOS",
132-
"target" : "visionOSSampleAppSwift"
133-
},
134110
]
135111

136112
def print_operation_start(name, operation) :

0 commit comments

Comments
 (0)