Skip to content

Commit

Permalink
Update dotnet.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Mar 7, 2024
1 parent 8c93821 commit e8948ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/cake/dotnet.cake
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ void RunTestWithLocalDotNet(string csproj, string config, string pathDotnet = nu
var logDirectory = GetLogDirectory();

if(localDotnet)
SetDotNetEnvironmentVariables();
SetDotNetEnvironmentVariables(pathDotnet);

if (string.IsNullOrWhiteSpace(resultsFileNameWithoutExtension))
{
Expand Down

0 comments on commit e8948ae

Please sign in to comment.