Fixing our solution tests so that they go back to building the solution. Seems to work now, at least on OSX. Also, made a change to update solution to update any solutions in the folder where dotnet migrate is executed.

This commit is contained in:
Livar Cunha 2017-01-25 23:48:31 -08:00
parent cb34818237
commit 85ec8a6f2c
9 changed files with 132 additions and 26 deletions

View file

@ -2,9 +2,9 @@ using System;
namespace App.Tests
{
public class Program
public class TestAssetProgram
{
public static void Main(string[] args)
public static void TestAssetMain(string[] args)
{
Console.WriteLine("Hello World!");
}