File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ public static void Main(string[] args)
30
30
string outputBaseDir = string . Empty ;
31
31
if ( options . Name == null )
32
32
{
33
- var datasetName = Path . GetFileNameWithoutExtension ( options . Dataset . FullName ) ;
34
- options . Name = Utils . Sanitize ( datasetName ) + "_ " + Utils . GetTaskKind ( options . MlTask ) . ToString ( ) ;
33
+
34
+ options . Name = "Sample " + Utils . GetTaskKind ( options . MlTask ) . ToString ( ) ;
35
35
outputBaseDir = Path . Combine ( options . OutputPath . FullName , options . Name ) ;
36
36
}
37
37
else
Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.CodeAnalysis" Version =" 2.10.0" />
15
15
<PackageReference Include =" NLog" Version =" 4.5.11" />
16
- <PackageReference Include =" System.CommandLine.Experimental" Version =" 0.1.0-alpha-63828-02 " />
16
+ <PackageReference Include =" System.CommandLine.Experimental" Version =" 0.1.0-alpha-63904-01 " />
17
17
</ItemGroup >
18
18
19
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments