107 | list = new List();
110 | list.Add("Happy");
111 | list.Add("New");
112 | list.Add("Year");
113 | Console.WriteLine("Hello MSBuild Community Scripting World.");
114 | foreach(string s in list)
115 | {
116 | Console.WriteLine(s);
117 | }
118 | }
119 | ]]>
120 |
121 |
16 |
30 |
31 |
45 |
51 |
52 | 12 | {{ build.Name }} 13 | 14 | 15 | 16 | 17 | 22 | 23 |
24 | 25 |Build: {{ build.Version }}
26 |27 | 28 | 29 | 30 |
31 |Passed: {{ build.NumberTestPassed }} Failed: {{ build.NumberTestFailed }}
32 |33 |