diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 50e5a58..e932055 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,5 +17,6 @@ steps: - task: DotNetCoreCLI@2 inputs: - command: 'run' + command: 'publish' + publishWebProjects: false projects: '**/*.csproj' \ No newline at end of file