You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/msbuild/Current/bin/NuGet.targets(131,5): error : Unable to find package Prism.DryIoc.Extensions. No packages exist with this id in source(s): MyNuget [/Users/runner/work/cocoa/cocoa/Covid19Radar/Covid19Radar.iOS/Covid19Radar.iOS.csproj]
/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/msbuild/Current/bin/NuGet.targets(131,5): error : Unable to find package TimeZoneConverter. No packages exist with this id in source(s): MyNuget [/Users/runner/work/cocoa/cocoa/Covid19Radar/Covid19Radar.iOS/Covid19Radar.iOS.csproj]
/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/msbuild/Current/bin/NuGet.targets(131,5): error : Unable to find package Newtonsoft.Json. No packages exist with this id in source(s): MyNuget [/Users/runner/work/cocoa/cocoa/Covid19Radar/Covid19Radar.iOS/Covid19Radar.iOS.csproj]
0 Warning(s)
31 Error(s)
Time Elapsed 00:00:04.53
Error: Process completed with exit code 1.
不具合の内容 / Describe the bug
https://github.com/cocoa-mhlw/cocoa/actions/runs/2514644820
NuGetのリストア時に失敗している。
再現手順 / Steps to reproduce
GitHub ActionsでiOSビルドを実行する
期待される挙動 / Expected behavior
GitHub ActionsでiOSビルドが完了する
その他 / Additional context
runs-on
に指定しているmacos-latest
のイメージに更新があったのが原因の様子。すでにIssueもある( actions/runner-images#5768 )ので近日中に対応されることを期待したい。ワークアラウンドとしてNugetConfigに直接nuget.orgを登録する方法があるので一応Pull Request #1045 をしておきます。
The text was updated successfully, but these errors were encountered: