diff options
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 157a4992..1a737c89 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,6 @@ steps: command: build feedsToUse: config nugetConfigPath: nuget.config - arguments: '--configuration $(buildConfiguration)' - task: DotNetCoreCLI@2 |