mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
920dfa0530
commit
fb84313666
|
|
@ -16,6 +16,18 @@ variables:
|
|||
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
|
||||
|
||||
steps:
|
||||
- task: CmdLine@2
|
||||
displayName: 'List all directories'
|
||||
inputs:
|
||||
script: |
|
||||
echo "Structure of work folder of this pipeline:"
|
||||
tree $(Agent.WorkFolder)\1 /f
|
||||
echo "Build.ArtifactStagingDirectory:"
|
||||
echo "$(Build.ArtifactStagingDirectory)"
|
||||
echo "Build.BinariesDirectory:"
|
||||
echo "$(Build.BinariesDirectory)"
|
||||
echo "Build.SourcesDirectory:"
|
||||
echo "$(Build.SourcesDirectory)"
|
||||
- task: CmdLine@2
|
||||
name: Build
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue