Commit e267ba8 1 parent adfd994 commit e267ba8 Copy full SHA for e267ba8
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ class Build : NukeBuild
15
15
[ Parameter ( "Configuration to build - Default is 'Debug' (local) or 'Release' (server)" ) ]
16
16
readonly Configuration Configuration = IsLocalBuild ? Configuration . Debug : Configuration . Release ;
17
17
18
- [ PackageExecutable ( "ids-tool.CommandLine" , "tools/net5 .0/ids-tool.dll" ) ] Tool BcfTool ;
19
- private string BcfToolPath => System . IO . Path . GetDirectoryName ( ToolPathResolver . GetPackageExecutable ( "ids-tool.CommandLine" , "tools/net5 .0/ids-tool.dll" ) ) ;
18
+ [ PackageExecutable ( "ids-tool.CommandLine" , "tools/net6 .0/ids-tool.dll" ) ] Tool BcfTool ;
19
+ private string BcfToolPath => System . IO . Path . GetDirectoryName ( ToolPathResolver . GetPackageExecutable ( "ids-tool.CommandLine" , "tools/net6 .0/ids-tool.dll" ) ) ;
20
20
21
21
Target CheckTestCases => _ => _
22
22
. Executes ( ( ) =>
23
23
{
24
24
var schemaFile = Path . Combine (
25
25
RootDirectory ,
26
- "Development/0.6/ids_06 .xsd"
26
+ "Development/0.9/ids_09 .xsd"
27
27
) ;
28
28
var inputFolder = Path . Combine (
29
29
RootDirectory ,
30
- "Development/0.6 "
30
+ "Development/0.9 "
31
31
) ;
32
32
var arguments = $ "check \" { inputFolder } \" -x \" { schemaFile } \" ";
33
33
BcfTool ( arguments , workingDirectory : BcfToolPath ) ;
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" ids-tool.CommandLine" Version =" 1.0.4 " />
15
- <PackageReference Include =" Nuke.Common" Version =" 6.0.3 " />
14
+ <PackageReference Include =" ids-tool.CommandLine" Version =" 1.0.7 " />
15
+ <PackageReference Include =" Nuke.Common" Version =" 6.2.1 " />
16
16
</ItemGroup >
17
17
18
18
</Project >
You can’t perform that action at this time.
0 commit comments