Skip to content

Commit a07c172

Browse files
committed
test for gh action
1 parent 02ef3fc commit a07c172

File tree

1 file changed

+4
-0
lines changed
  • src/Dataverse.ConfigurationMigrationTool/Dataverse.ConfigurationMigrationTool.Console

1 file changed

+4
-0
lines changed

src/Dataverse.ConfigurationMigrationTool/Dataverse.ConfigurationMigrationTool.Console/Program.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
.AddJsonFile("appsettings.json", false, false)
1919
.AddJsonFile($"appsettings.{builder.Environment.EnvironmentName}.json", false, false);
2020
Console.WriteLine($"Using configuration file: appsettings.{builder.Environment.EnvironmentName}.json");
21+
foreach (var arg in args)
22+
{
23+
Console.WriteLine($"Argument: {arg}");
24+
}
2125
if (!builder.Environment.IsProduction())
2226
{
2327
//Secrets should never be in clear text in source controlled file such appsettings.json.

0 commit comments

Comments
 (0)