Exemplo n.º 1
0
        public void Can_process_message_template()
        {
            const string path = @"TEST_PROJECT_DIR";
            var          task = new PostBuildTask();

            task.Execute(new string[] { path });
        }
Exemplo n.º 2
0
 public void Can_process_message_template()
 {
     const string path = @"TEST_PROJECT_DIR";
     var task = new PostBuildTask();
     task.Execute(path);
 }