From 7d35c4b24eadbff4bcd584da65a78a7b3bbc51f4 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Tue, 7 Apr 2020 16:59:22 -0600 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf5e7dd0..e4f9d743 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,6 +38,10 @@ steps: projects: 'Wabbajack\Wabbajack.csproj' arguments: '--runtime win10-x64 --configuration Release /p:Platform=x64' +- script: | + dotnet add package coverlet.msbuild + displayName: Install Coverlet + - task: DotNetCoreCLI@2 displayName: "Test Release" inputs: