File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5353 steps :
5454 - name : clone git-for-windows-automation
5555 uses : actions/checkout@v4
56+ - name : Install build dependencies
57+ shell : powershell
58+ run : ./azure-self-hosted-runners/post-deployment-script.ps1
5659 - name : Construct bundle-artifacts from existing tag
5760 if : env.EXISTING_GIT_TAG != ''
5861 run : |
@@ -364,8 +367,10 @@ jobs:
364367 sha256sum-nuget : ${{ steps.build.outputs.sha256sum-nuget }}
365368 steps :
366369 - name : clone git-for-windows-automation
367- if : needs.pkg.outputs.check-run-state != '' && always()
368370 uses : actions/checkout@v4
371+ - name : Install build dependencies
372+ shell : powershell
373+ run : ./azure-self-hosted-runners/post-deployment-script.ps1
369374 - name : Download pkg-${{env.ARCHITECTURE}}
370375 uses : actions/download-artifact@v4
371376 with :
You can’t perform that action at this time.
0 commit comments