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
fb84313666
commit
00f8eddf8a
|
|
@ -21,15 +21,11 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
script: |
|
script: |
|
||||||
echo "Structure of work folder of this pipeline:"
|
echo "Structure of work folder of this pipeline:"
|
||||||
tree $(Agent.WorkFolder)\1 /f
|
tree $(Agent.WorkFolder) /f
|
||||||
echo "Build.ArtifactStagingDirectory:"
|
echo "Build.ArtifactStagingDirectory:"
|
||||||
echo "$(Build.ArtifactStagingDirectory)"
|
echo "$(Build.ArtifactStagingDirectory)"
|
||||||
echo "Build.BinariesDirectory:"
|
echo "Build.BinariesDirectory:"
|
||||||
echo "$(Build.BinariesDirectory)"
|
echo "$(Build.BinariesDirectory)"
|
||||||
echo "Build.SourcesDirectory:"
|
echo "Build.SourcesDirectory:"
|
||||||
echo "$(Build.SourcesDirectory)"
|
echo "$(Build.SourcesDirectory)"
|
||||||
- task: CmdLine@2
|
tree $(Build.SourcesDirectory) /f
|
||||||
name: Build
|
|
||||||
inputs:
|
|
||||||
workingDirectory: '$(Build.Repository.LocalPath)/dendrite'
|
|
||||||
script: './build.sh'
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue