Merge branch 'develop' of https://github.com/criticalarc/dendrite into develop

This commit is contained in:
Jared Jacobson 2021-09-13 11:02:10 +10:00
commit 03220ccc56

View file

@ -9,27 +9,11 @@ trigger:
pool: pool:
vmImage: ubuntu-latest vmImage: ubuntu-latest
variables:
GOBIN: '$(GOPATH)/bin' # Go binaries path
GOROOT: '/usr/local/go1.11' # Go installation path
GOPATH: '$(system.defaultWorkingDirectory)/gopath' # Go workspace path
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
steps: steps:
# - task: CmdLine@2 - task: GoTool@0
# displayName: 'List all directories' inputs:
# inputs: version: '1.13.5'
# script: |
# echo "Structure of work folder of this pipeline:"
# tree $(Agent.WorkFolder) /f
# echo "Build.ArtifactStagingDirectory:"
# echo "$(Build.ArtifactStagingDirectory)"
# echo "Build.BinariesDirectory:"
# echo "$(Build.BinariesDirectory)"
# echo "Build.SourcesDirectory:"
# echo "$(Build.SourcesDirectory)"
# tree $(Build.SourcesDirectory) /f
- task: CmdLine@2 - task: CmdLine@2
name: Build name: Build
inputs: inputs: