Skip to content

Commit

Permalink
Merge branch 'test-external-projects' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Oct 31, 2018
2 parents 2f898f5 + bf55651 commit 8eb8a98
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.fsx
Expand Up @@ -272,6 +272,7 @@ let testExternalProjects externalProjectsToTest =
if not (List.isEmpty externalBuildErrors)
then failwith (String.Join("\n", externalBuildErrors) )


Target "TestExternalProjects" (fun _ -> testExternalProjects externalProjectsToTest)
Target "TestExternalProjectsFailing" (fun _ -> testExternalProjects externalProjectsToTestFailing)

Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas.Cmd/Fantomas.Cmd.fsproj
Expand Up @@ -17,4 +17,4 @@
<ProjectReference Include="..\Fantomas\Fantomas.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj
Expand Up @@ -18,4 +18,4 @@
<ProjectReference Include="..\Fantomas\Fantomas.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Fantomas.Tests/Fantomas.Tests.fsproj
Expand Up @@ -46,4 +46,4 @@
<ProjectReference Include="..\Fantomas\Fantomas.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Fantomas/Fantomas.fsproj
Expand Up @@ -21,4 +21,4 @@
<None Include="CodeFormatter.fsx" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
</Project>

0 comments on commit 8eb8a98

Please sign in to comment.