CodergenixDeveloper opened a new issue, #1603:
URL: https://github.com/apache/cordova-ios/issues/1603

   **azure-pipelines.yml**
   
   ```
   - job: IOS
           displayName: IOS
           pool:
             vmImage: "macOS-latest"
           steps:
             - script: npm cache clean -f
               displayName: "[prepatation] - cache clean"
   
             - task: NodeTool@0
               inputs:
                 versionSpec: "20.19.5"
               displayName: "[prepatation] - Install node"
   
             - script: npm install -g cordova
               displayName: "[prepatation] - install cordova"
   - powershell: |
                 $ErrorActionPreference = 'SilentlyContinue'
   
                 cordova telemetry on
   
                 cordova prepare
                 cordova platforms add [email protected]
    
                 exit 0
               workingDirectory: ./App
               displayName: "[eInspectMTU] - cordova platforms add ios"
   
   - script: 'cordova build ios --buildFlag="-UseModernBuildSystem=1" --device 
--release --buildConfig build.json'
               workingDirectory: ./App
               displayName: "[eInspectMTU] - cordova build ios"
   ```
   
   
   <img width="850" height="594" alt="Image" 
src="https://github.com/user-attachments/assets/61e0a5b5-5ede-47e6-b0e2-c8690a5e9b84";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to