Merge pull request #205 from m3rlinez/master
[mono.git] / mcs / class / Microsoft.Build.Framework / Microsoft.Build.Framework / TaskCommandLineEventArgs.cs
index fce7636a03b5649731f475a76a392e799968dc39..2b80515c4c4875e435bb3ef8e0abc8a09f0aed7d 100644 (file)
@@ -43,7 +43,7 @@ namespace Microsoft.Build.Framework {
                public TaskCommandLineEventArgs (string commandLine,
                                                 string taskName,
                                                 MessageImportance importance)
-                       : base (null, null, null, importance)
+                       : base (commandLine, null, null, importance)
                {
                        this.taskName = taskName;
                        this.commandLine = commandLine;
@@ -59,4 +59,4 @@ namespace Microsoft.Build.Framework {
        }
 }
 
-#endif
\ No newline at end of file
+#endif