|
60 | 60 | enableRichCodeNavigation: ${{ parameters.enableRichCodeNavigation }}
|
61 | 61 | richCodeNavigationLanguage: ${{ parameters.richCodeNavigationLanguage }}
|
62 | 62 |
|
| 63 | + artifacts: |
| 64 | + publish: |
| 65 | + logs: |
| 66 | + ${{ if notin(parameters.osGroup, 'browser', 'wasi') }}: |
| 67 | + name: Logs_Build_Attempt$(System.JobAttempt)_${{ parameters.osGroup }}_${{ parameters.osSubGroup }}_${{ parameters.archType }}_${{ parameters.buildConfig }}_${{ parameters.nameSuffix }} |
| 68 | + ${{ if in(parameters.osGroup, 'browser', 'wasi') }}: |
| 69 | + name: Logs_Build_Attempt$(System.JobAttempt)_${{ parameters.osGroup }}_${{ parameters.archType }}_${{ parameters.hostedOs }}_${{ parameters.buildConfig }}_${{ parameters.nameSuffix }} |
| 70 | + |
63 | 71 | # Component governance does not work on musl machines
|
64 | 72 | ${{ if eq(parameters.osSubGroup, '_musl') }}:
|
65 | 73 | disableComponentGovernance: true
|
@@ -283,17 +291,3 @@ jobs:
|
283 | 291 | - powershell: ./eng/collect_vsinfo.ps1 -ArchiveRunName postbuild_log
|
284 | 292 | displayName: Collect vslogs on exit
|
285 | 293 | condition: always()
|
286 |
| - |
287 |
| - - template: /eng/pipelines/common/templates/publish-build-artifacts.yml |
288 |
| - parameters: |
289 |
| - isOfficialBuild: ${{ parameters.isOfficialBuild }} |
290 |
| - displayName: Publish Logs |
291 |
| - inputs: |
292 |
| - PathtoPublish: '$(Build.SourcesDirectory)/artifacts/log/' |
293 |
| - PublishLocation: Container |
294 |
| - ${{ if notin(parameters.osGroup, 'browser', 'wasi') }}: |
295 |
| - ArtifactName: Logs_Build_Attempt$(System.JobAttempt)_${{ parameters.osGroup }}_${{ parameters.osSubGroup }}_${{ parameters.archType }}_${{ parameters.buildConfig }}_${{ parameters.nameSuffix }} |
296 |
| - ${{ if in(parameters.osGroup, 'browser', 'wasi') }}: |
297 |
| - ArtifactName: Logs_Build_Attempt$(System.JobAttempt)_${{ parameters.osGroup }}_${{ parameters.archType }}_${{ parameters.hostedOs }}_${{ parameters.buildConfig }}_${{ parameters.nameSuffix }} |
298 |
| - continueOnError: true |
299 |
| - condition: always() |
0 commit comments