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:
parent
cb34818237
commit
85ec8a6f2c
9 changed files with 132 additions and 26 deletions
|
@ -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!");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue