From 5dc16a288076e64c815afc46aa915d398323a923 Mon Sep 17 00:00:00 2001 From: alvaron14 <42387666+alvaron14@users.noreply.github.com> Date: Mon, 28 Dec 2020 21:58:24 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9c2222e..50e5a58 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,6 @@ trigger: - main - pool: vmImage: 'ubuntu-latest' @@ -15,3 +14,8 @@ variables: steps: - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)' + +- task: DotNetCoreCLI@2 + inputs: + command: 'run' + projects: '**/*.csproj' \ No newline at end of file