AzureAD / microsoft-authentication-library-for-objc

Microsoft Authentication Library (MSAL) for iOS and macOS
http://aka.ms/aadv2
MIT License
255 stars 141 forks source link

Use correct variable name in build script #2246

Closed nilo-ms closed 1 week ago

nilo-ms commented 2 weeks ago

Proposed changes

In PR #2218 , I made updates to the build script's input files to ensure it runs only as necessary. However, I mistakenly used the wrong variable name, resulting in the conf.json file not being copied as needed during local test runs.

Type of change

Risk