Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 8871404

Browse files
build also needs the right path to the sdk
1 parent ee32adc commit 8871404

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Task("Build")
2828
.Does(() =>
2929
{
3030
DotNetCoreBuild(solution, new DotNetCoreBuildSettings {
31-
Configuration = configuration
31+
Configuration = configuration,
32+
EnvironmentVariables = DotNetEnvironment
3233
});
3334
});
3435

0 commit comments

Comments
 (0)