Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes GitHub Workflow FAKE integration #232

Merged
merged 1 commit into from
Mar 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Content/Console/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ open Fantomas
open Fantomas.FakeHelpers

BuildServer.install [
AppVeyor.Installer
Travis.Installer
GitHubActions.Installer
]

let environVarAsBoolOrDefault varName defaultValue =
Expand Down
3 changes: 1 addition & 2 deletions Content/Console/paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ group Build
nuget Fake.Tools.Git 5.20.4-alpha.1642
nuget Fake.DotNet.Paket 5.20.4-alpha.1642
nuget Fake.Api.GitHub 5.20.4-alpha.1642
nuget Fake.BuildServer.AppVeyor 5.20.4-alpha.1642
nuget Fake.BuildServer.Travis 5.20.4-alpha.1642
nuget Fake.BuildServer.GitHubActions 5.20.4-alpha.1642
nuget Fantomas

group Analyzers
Expand Down
218 changes: 105 additions & 113 deletions Content/Console/paket.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions Content/Library/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ open Fantomas
open Fantomas.FakeHelpers

BuildServer.install [
AppVeyor.Installer
Travis.Installer
GitHubActions.Installer
]

let environVarAsBoolOrDefault varName defaultValue =
Expand Down
3 changes: 1 addition & 2 deletions Content/Library/paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ group Build
nuget Fake.Tools.Git 5.20.4-alpha.1642
nuget Fake.DotNet.Paket 5.20.4-alpha.1642
nuget Fake.Api.GitHub 5.20.4-alpha.1642
nuget Fake.BuildServer.AppVeyor 5.20.4-alpha.1642
nuget Fake.BuildServer.Travis 5.20.4-alpha.1642
nuget Fake.BuildServer.GitHubActions 5.20.4-alpha.1642
nuget Fantomas
nuget Argu

Expand Down
218 changes: 105 additions & 113 deletions Content/Library/paket.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ open Fake.BuildServer
//-----------------------------------------------------------------------------

BuildServer.install [
AppVeyor.Installer
Travis.Installer
GitHubActions.Installer
]

let srcGlob = "*.csproj"
Expand Down
3 changes: 1 addition & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ group Build
nuget Fake.Tools.Git 5.20.4-alpha.1642
nuget Fake.DotNet.Paket 5.20.4-alpha.1642
nuget Fake.Api.GitHub 5.20.4-alpha.1642
nuget Fake.BuildServer.AppVeyor 5.20.4-alpha.1642
nuget Fake.BuildServer.Travis 5.20.4-alpha.1642
nuget Fake.BuildServer.GitHubActions 5.20.4-alpha.1642
nuget Argu

group Docs
Expand Down
20 changes: 6 additions & 14 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,11 @@ NUGET
Fake.Api.GitHub (5.20.4-alpha.1642)
FSharp.Core (>= 4.7.2) - restriction: >= netstandard2.0
Octokit (>= 0.48) - restriction: >= netstandard2.0
Fake.BuildServer.AppVeyor (5.20.4-alpha.1642)
Fake.Core.Environment (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.Core.Process (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.Core.String (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.Core.Trace (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.IO.FileSystem (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.Net.Http (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
FSharp.Core (>= 4.7.2) - restriction: >= netstandard2.0
Fake.BuildServer.Travis (5.20.4-alpha.1642)
Fake.Core.Environment (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.Core.Trace (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.IO.FileSystem (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
FSharp.Core (>= 4.7.2) - restriction: >= netstandard2.0
Fake.BuildServer.GitHubActions (5.20.4-alpha.1642)
Fake.Core.Environment (>= 5.20.4-alpha.1642) - restriction: || (>= net462) (>= netstandard2.0)
Fake.Core.Trace (>= 5.20.4-alpha.1642) - restriction: || (>= net462) (>= netstandard2.0)
Fake.IO.FileSystem (>= 5.20.4-alpha.1642) - restriction: || (>= net462) (>= netstandard2.0)
FSharp.Core (>= 4.7.2) - restriction: && (< net462) (>= netstandard2.0)
Fake.Core.CommandLineParsing (5.20.4-alpha.1642) - restriction: >= netstandard2.0
FParsec (>= 1.1.1) - restriction: >= netstandard2.0
FSharp.Core (>= 4.7.2) - restriction: >= netstandard2.0
Expand Down Expand Up @@ -69,7 +61,7 @@ NUGET
Fake.Core.Tasks (5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.Core.Trace (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
FSharp.Core (>= 4.7.2) - restriction: >= netstandard2.0
Fake.Core.Trace (5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.Core.Trace (5.20.4-alpha.1642) - restriction: || (>= net462) (>= netstandard2.0)
Fake.Core.Environment (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
Fake.Core.FakeVar (>= 5.20.4-alpha.1642) - restriction: >= netstandard2.0
FSharp.Core (>= 4.7.2) - restriction: >= netstandard2.0
Expand Down