mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
00f8eddf8a
commit
43894bee6d
|
|
@ -16,16 +16,22 @@ variables:
|
||||||
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
|
modulePath: '$(GOPATH)/src/github.com/$(build.repository.name)' # Path to the module's code
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# - task: CmdLine@2
|
||||||
|
# displayName: 'List all directories'
|
||||||
|
# inputs:
|
||||||
|
# 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
|
||||||
displayName: 'List all directories'
|
name: Build
|
||||||
inputs:
|
inputs:
|
||||||
script: |
|
workingDirectory: '$(Build.SourcesDirectory)'
|
||||||
echo "Structure of work folder of this pipeline:"
|
script: './build.sh'
|
||||||
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
|
|
||||||
Loading…
Reference in a new issue