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