Skip to content

Commit

Permalink
Fix cI again
Browse files Browse the repository at this point in the history
  • Loading branch information
7sharp9 committed Sep 2, 2021
1 parent f90a269 commit c7a27df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down

0 comments on commit c7a27df

Please sign in to comment.