This commit is contained in:
Anubhuti Shruti 2023-07-19 15:45:55 +05:30
Родитель 1512bc222f
Коммит 370eed4d6b
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -273,6 +273,14 @@ stages:
sudo apt-get install $(fuselib) -y
displayName: 'Install libfuse'
# Downloading Go dependency packages
- task: Go@0
inputs:
command: 'get'
arguments: '-d'
workingDirectory: $(WORK_DIR)
displayName: "Go Get"
# -------------------------------------------------------
# Pull and build the code
- template: 'azure-pipeline-templates/build.yml'