Skip to content

Commit

Permalink
Fixed solution name
Browse files Browse the repository at this point in the history
  • Loading branch information
samritchie committed May 6, 2020
1 parent 4ef0c25 commit 3a73539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Target.create "BuildRelease" (fun _ ->
OutputPath = Some buildDir
MSBuildParams = { p.MSBuildParams with Properties = [("Version", release.NugetVersion); ("PackageReleaseNotes", String.concat "\n" release.Notes)]}
}
) "DynamoWaypoint.sln"
) "FSharp.AWS.DynamoDB.sln"
)


Expand All @@ -126,7 +126,7 @@ Target.create "Pack" (fun _ ->
OutputPath = Some nugetDir
MSBuildParams = { p.MSBuildParams with Properties = [("Version", release.NugetVersion); ("PackageReleaseNotes", String.concat "\n" release.Notes)]}
}
) "DynamoWaypoint.sln"
) "FSharp.AWS.DynamoDB.sln"
)

Target.create "ReleaseGitHub" (fun _ ->
Expand Down

0 comments on commit 3a73539

Please sign in to comment.