File tree Expand file tree Collapse file tree
.github/actions/azdo-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,10 @@ outputs:
6464runs :
6565 using : composite
6666 steps :
67- - name : Install AZ CLI
67+ # Docker is required for azure/cli
68+ - uses : docker/setup-docker-action@v5
69+
70+ - name : Install Azure CLI
6871 run : |
6972 if ! command -v az > /dev/null; then
7073 curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
@@ -121,8 +124,8 @@ runs:
121124 - id : run-pipeline
122125 name : Run pipeline
123126 run : |
124- echo run-id=422059 | tee --append $GITHUB_OUTPUT
125- echo url=https://fuselabs.visualstudio.com/531382a8-71ae-46c8-99eb-9512ccb91a43/_apis/build/Builds/422059 | tee --append $GITHUB_OUTPUT
127+ echo run-id=424951 | tee --append $GITHUB_OUTPUT
128+ echo url=https://fuselabs.visualstudio.com/531382a8-71ae-46c8-99eb-9512ccb91a43/_apis/build/Builds/424951 | tee --append $GITHUB_OUTPUT
126129 shell : bash
127130
128131 - name : Wait for pipeline completion
You can’t perform that action at this time.
0 commit comments