Skip to content

Commit

Permalink
Remove build.fsx logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jul 24, 2022
1 parent ded1898 commit 83f3e48
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1,167 deletions.
18 changes: 0 additions & 18 deletions .config/dotnet-tools.json

This file was deleted.

6 changes: 6 additions & 0 deletions Fake.Extensions.Release.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.Extensions.Release", "
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.Extensions.Release.Tests", "tests\Fake.Extensions.Release.Tests\Fake.Extensions.Release.Tests.fsproj", "{2A5D96F8-9387-4130-BBFD-01298DE956E0}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "build", "build\build.fsproj", "{6A11913A-3BF2-462B-862D-F2312668DCB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -31,6 +33,10 @@ Global
{2A5D96F8-9387-4130-BBFD-01298DE956E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A5D96F8-9387-4130-BBFD-01298DE956E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A5D96F8-9387-4130-BBFD-01298DE956E0}.Release|Any CPU.Build.0 = Release|Any CPU
{6A11913A-3BF2-462B-862D-F2312668DCB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A11913A-3BF2-462B-862D-F2312668DCB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A11913A-3BF2-462B-862D-F2312668DCB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A11913A-3BF2-462B-862D-F2312668DCB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 4 additions & 2 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
dotnet tool restore
dotnet fake build %*
@echo off
cls

dotnet run --project ./build/build.fsproj %*
Loading

0 comments on commit 83f3e48

Please sign in to comment.