Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelMunoz committed Apr 23, 2023
1 parent 41a0a1a commit 71bedbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let libraries = [ "Perla.PackageManager"; "Perla.Plugins"; "Perla.Logger" ]
let NugetApiKey = EnvVar.getOrFail "NUGET_DEPLOY_KEY"

[<Literal>]
let PackageVersion = "1.0.0-beta-018"
let PackageVersion = "1.0.0-beta-019"

let fsSources =
Glob.create "*.fsx"
Expand Down Expand Up @@ -205,8 +205,8 @@ module Pipelines =
run Steps.restore
run Steps.packNugets
run Steps.pushNugets
run Steps.buildBin
run Steps.zip
// run Steps.buildBin
// run Steps.zip
}

let buildRuntime = Pipeline.createFrom packNuget "build:runtime" {
Expand Down

0 comments on commit 71bedbd

Please sign in to comment.