File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 </ItemGroup >
66
77 <Target Name =" Nopipeline" >
8- <Exec Command =" dotnet " $(MSBuildThisFileDirectory)/../tools/netcoreapp3.1/any/npl.dll" " %(NPLContentReferences.FullPath)" " />
9- <Exec Command =" dotnet " $(MSBuildThisFileDirectory)/../tools/netcoreapp3.1/any/npl.dll" " %(MGCBContentReferences.FullPath)" " />
8+ <Exec
9+ Command=" dotnet " $(MSBuildThisFileDirectory)/../tools/netcoreapp3.1/any/npl.dll" " %(NPLContentReferences.FullPath)" "
10+ Condition=" '%(NPLContentReferences.FullPath)' != ''"
11+ />
12+ <Exec
13+ Command=" dotnet " $(MSBuildThisFileDirectory)/../tools/netcoreapp3.1/any/npl.dll" " %(MGCBContentReferences.FullPath)" "
14+ Condition=" '%(MGCBContentReferences.FullPath)' != ''"
15+ />
1016 </Target >
1117</Project >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public static void Main(string[] args)
1616 {
1717
1818 // Print help information if parameter was not provided.
19- if ( args . Length != 1 )
19+ if ( args . Length != 1 || args [ 0 ] == "" )
2020 {
2121 PrintHelp ( ) ;
2222 return ;
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >2.1.4 </Version >
3+ <Version >2.1.5 </Version >
44 <Description >A Content Pipeline addon for Monogame which fully replaces Pipeline UI.</Description >
55 <Authors >Martenfur</Authors >
66 <Company >Chai Foxes</Company >
You can’t perform that action at this time.
0 commit comments