mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-17 02:51:45 -05:00
Bump .Net Core SDK to 2.2.100 Preview (#715)
* Bump .Net Core SDK to 2.2 * Update travis file * Try to fix broken AppVeyor code coverage
This commit is contained in:
@@ -277,7 +277,7 @@ Task("TestCore")
|
||||
{
|
||||
var logFile = System.IO.Path.Combine(logFolder, $"{testProject}-core-result.trx");
|
||||
var testWorkingDir = System.IO.Path.Combine(testFolder, testProject);
|
||||
Run(dotnetcli, $"test -f netcoreapp2.1 --logger \"trx;LogFileName={logFile}\"", testWorkingDir)
|
||||
Run(dotnetcli, $"test -f netcoreapp2.2 --logger \"trx;LogFileName={logFile}\"", testWorkingDir)
|
||||
.ExceptionOnError($"Test {testProject} failed for .NET Core.");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user