From 72057dd220d63a0abf755545832785fe2e96f592 Mon Sep 17 00:00:00 2001 From: apudovkin-ms Date: Tue, 24 Sep 2024 17:27:17 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6ef2a8a..3f7d5c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,8 +45,3 @@ extends: inputs: command: 'build' workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops' - - task: Go@0 - inputs: - command: 'test' - arguments: '-v' - workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'