File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,11 @@ jobs:
319
319
- ${{ if ne(parameters.skipSteps, 'true') }} :
320
320
- ${{ if eq(parameters.docker, '') }} :
321
321
- ${{ if eq(parameters.buildAgent.pool.os, 'windows') }} :
322
+ - pwsh : dotnet cake --info
323
+ displayName : Display all the Cake information
324
+ condition : and(succeeded(), eq(variables['DOWNLOAD_EXTERNALS'], ''))
325
+ retryCountOnTaskFailure : 1
326
+ timeoutInMinutes : 5
322
327
- pwsh : |
323
328
Get-Content $PSCommandPath
324
329
dotnet tool restore
@@ -334,6 +339,11 @@ jobs:
334
339
retryCountOnTaskFailure: ${{ parameters.retryCount }}
335
340
condition: and(succeeded(), eq(variables['DOWNLOAD_EXTERNALS'], ''))
336
341
- ${{ if ne(parameters.buildAgent.pool.os, 'windows') }} :
342
+ - bash : dotnet cake --info
343
+ displayName : Display all the Cake information
344
+ condition : and(succeeded(), eq(variables['DOWNLOAD_EXTERNALS'], ''))
345
+ retryCountOnTaskFailure : 1
346
+ timeoutInMinutes : 5
337
347
- bash : |
338
348
cat ${BASH_SOURCE[0]}
339
349
dotnet tool restore
You can’t perform that action at this time.
0 commit comments