Skip to content

Commit

Permalink
fixup! Implemented launch profile in the Build project and switched…
Browse files Browse the repository at this point in the history
… publishing via it
  • Loading branch information
xperiandri committed Oct 29, 2023
1 parent e146eaf commit 57883da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ type PushSource =
let push id =
let packageName = getPackageName id
let packageDir = getPackageDir packageName
let projectPath = getProjectPath packageName
let packageFile = packageName + ".nupkg"

let source =
#if NuGet
Expand All @@ -266,7 +266,7 @@ let push id =
| GitHub -> "GITHUB_TOKEN", Some "github"
| NuGet -> "NUGET_SECRET", None

projectPath
packageFile
|> DotNet.nugetPush (fun p ->
{
p with
Expand Down

0 comments on commit 57883da

Please sign in to comment.