Skip to content

Commit

Permalink
rhubarb
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Feb 27, 2025
1 parent e933377 commit 250927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/Fake.DotNet.Cli.IntegrationTests/TemplateTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ let invokeScript dir scriptName (args: string) =
CreateProcess.fromRawCommandLine fullScriptPath args
|> CreateProcess.withTimeout timeout
|> CreateProcess.withWorkingDirectory dir
|> CreateProcess.withEnvironment [ ("FAKE_SDK_RESOLVER_CUSTOM_DOTNET_VERSION", "6.0") ]
|> CreateProcess.withEnvironment [ ("DOTNET_ROLL_FORWARD", "latestMajor") ]
|> CreateProcess.redirectOutput
|> Proc.run

Expand Down

0 comments on commit 250927d

Please sign in to comment.