Skip to content

Commit 7d76cd3

Browse files
author
Ivan Matantsev
committed
formatting
1 parent 0353bb7 commit 7d76cd3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.proj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,27 +57,27 @@
5757
<ItemGroup>
5858
<PkgProject Include="pkg\**\*.nupkgproj" />
5959
</ItemGroup>
60-
60+
6161
<MSBuild Projects="@(PkgProject)"
6262
Targets="Restore" />
6363
<MSBuild Projects="@(PkgProject)"
6464
Targets="Pack" />
6565
</Target>
66-
66+
6767
<ItemGroup>
6868
<TestFile Include="$(MSBuildThisFileDirectory)/test/data/external/winequality-white.csv">
6969
<Url>https://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/winequality-white.csv</Url>
7070
<DestinationFile>$(MSBuildThisFileDirectory)test/data/external/winequality-white.csv</DestinationFile>
7171
</TestFile>
7272
</ItemGroup>
73-
73+
7474
<Target Name="DownloadExternalTestFiles" Inputs="@(TestFile)" Outputs="%(TestFile.DestinationFile)">
7575
<Message Importance="High" Text="Downloading external test files... %(TestFile.DestinationFile)" />
76-
<DownloadFilesFromUrl Items="@(TestFile)"
77-
DestinationDir="test/data/external"
78-
TreatErrorsAsWarnings="true"/>
76+
<DownloadFilesFromUrl Items="@(TestFile)"
77+
DestinationDir="test/data/external"
78+
TreatErrorsAsWarnings="true"/>
7979
</Target>
80-
80+
8181
<Target Name="RunTests" Condition="'$(RunTests)'=='true'">
8282
<MSBuild Projects="test\run-tests.proj"
8383
Targets="RunTests" />

0 commit comments

Comments
 (0)