Skip to content

Commit

Permalink
build via sln
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Oct 6, 2023
1 parent 2eb61cf commit 09a5df0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ pipeline "Build" {
)
}
stage "CheckFormat" { run "dotnet fantomas src docs build.fsx --check" }
stage "GetAnalyzers" { run "dotnet build ./src/Fantomas.Analyzers/Fantomas.Analyzers.fsproj" }
stage "Build" { run "dotnet build -c Release" }
stage "UnitTests" { run "dotnet test -c Release" }
stage "Pack" { run "dotnet pack --no-restore -c Release -o ./bin" }
Expand Down
14 changes: 14 additions & 0 deletions fantomas.sln
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fantomas.Client.Tests", "src\Fantomas.Client.Tests\Fantomas.Client.Tests.fsproj", "{68814E36-3957-4D1C-BCDB-84C3C8478BEC}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fantomas.Analyzers", "src\Fantomas.Analyzers\Fantomas.Analyzers.fsproj", "{C7ED1084-928D-416D-867F-860D4AB658FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -149,6 +151,18 @@ Global
{68814E36-3957-4D1C-BCDB-84C3C8478BEC}.Release|x64.Build.0 = Release|Any CPU
{68814E36-3957-4D1C-BCDB-84C3C8478BEC}.Release|x86.ActiveCfg = Release|Any CPU
{68814E36-3957-4D1C-BCDB-84C3C8478BEC}.Release|x86.Build.0 = Release|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Debug|x64.ActiveCfg = Debug|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Debug|x64.Build.0 = Debug|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Debug|x86.ActiveCfg = Debug|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Debug|x86.Build.0 = Debug|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Release|Any CPU.Build.0 = Release|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Release|x64.ActiveCfg = Release|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Release|x64.Build.0 = Release|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Release|x86.ActiveCfg = Release|Any CPU
{C7ED1084-928D-416D-867F-860D4AB658FE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 09a5df0

Please sign in to comment.