-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve test config validation and adjust environment variables
The validation in the Helpers.cs file was modified to throw an exception not only when a configuration value is null, but also when it's empty. This is to further improve error reporting in test scenarios. Also, in publish_to_nuget.yml and dotnet.yml files, environment variables related to Azure OpenAI were adjusted from 'env' to 'vars' for better consistency and to fix possible naming issues when running in GitHub Actions.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters