diff --git a/build.fsx b/build.fsx index 0bd477ee..83f0b142 100644 --- a/build.fsx +++ b/build.fsx @@ -119,7 +119,7 @@ Target.create "Pack" (fun _ -> OutputPath = Some nugetDir MSBuildParams = { p.MSBuildParams with Properties = properties } } - ) "src/Myriad.Sdk/Myriad.Sdk.csproj" + ) "src/Myriad.Sdk/Myriad.Sdk.proj" //Pack whole solution DotNet.pack (fun p ->