File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments