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
I'm fallowing the instructions of the answered of this issue: #84, and I'm trying to use --dart-define-from-file by passing it to extraArgs, but I always get the error Did not find the file passed to "--dart-define-from-file". I've tried several patterns, such as "/configs/dev.json", "$(Build.SourcesDirectory)/configs/dev.json" and "configs/dev.json". Can you please help me with this?