-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
The output location of the iOS app seems to have changed causing the dotnet-runtime-perf pipeline to fail to find the built HelloiOS app where it expects it. Here is the error:
##[warning]No file or directory found - /Users/runner/work/1/s/src/mono/sample/iOS/bin/ios-arm64/Bundle/HelloiOS/Release-iphoneos/HelloiOS.app
Found 1 files
Archiving file: HelloiOS.app
files=HelloiOS.app
/usr/bin/zip -r /Users/runner/work/1/a/iOSSampleAppMonoFullAOTNoLLVMNoSymbols.zip HelloiOS.app
##[error]Error: Archive creation failed for archive file: /Users/runner/work/1/a/iOSSampleAppMonoFullAOTNoLLVMNoSymbols.zip
The previously expected path was /Users/runner/work/1/s/src/mono/sample/iOS/bin/ios-arm64/Bundle/HelloiOS/Release-iphoneos/HelloiOS.app and it seems the new path may be something under /Users/runner/work/1/s/src/mono/sample/iOS/bin/ios-arm64/publish/ but the binlog does not make it clear where to look now.
Example failure: https://dev.azure.com/dnceng/internal/_build/results?buildId=2854655&view=results
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file