diff --git a/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json b/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json index cc31aaa5d0..b1010674f5 100644 --- a/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json +++ b/test/Microsoft.AspNet.DataProtection.Interfaces.Test/project.json @@ -12,7 +12,7 @@ "commands": { "test": "xunit.runner.aspnet" }, - "code": "**\\*.cs;..\\common\\**\\*.cs", + "compile": "..\\common\\**\\*.cs", "compilationOptions": { }