Skip to content

Commit 57883da

Browse files
committed
fixup! Implemented launch profile in the Build project and switched publishing via it
1 parent e146eaf commit 57883da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Program.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ type PushSource =
252252
let push id =
253253
let packageName = getPackageName id
254254
let packageDir = getPackageDir packageName
255-
let projectPath = getProjectPath packageName
255+
let packageFile = packageName + ".nupkg"
256256

257257
let source =
258258
#if NuGet
@@ -266,7 +266,7 @@ let push id =
266266
| GitHub -> "GITHUB_TOKEN", Some "github"
267267
| NuGet -> "NUGET_SECRET", None
268268

269-
projectPath
269+
packageFile
270270
|> DotNet.nugetPush (fun p ->
271271
{
272272
p with

0 commit comments

Comments
 (0)