How do I set environment variables for a MAUI Android app?

at work my team and I have been struggling with how to get values (versions, prod urls, etc.) we store within environment variables in our build pipeline. our process works fine for our web app, but our environment variables don't seem to exist when our MAUI Android build is running. we tried troubleshooting this in our local build as part of a group debug session, and i noticed that when i asked my teammate to call GetEnvironmentVariables from the immediate window, we got the same batch of variables back every time. our environment variable was nowhere to be seen, but when we ran our unit tests, the tests picked up the variable just fine.
0 Replies
No replies yetBe the first to reply to this messageJoin