Skip to content

Commit

Permalink
revert PR #677 due to build error
Browse files Browse the repository at this point in the history
  • Loading branch information
HUSSAR-mtrela committed Jun 6, 2024
1 parent 4113412 commit 14deb7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines/build-pipeline-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ parameters:
displayName: 'Get verbose output from steps - where configurable'
type: boolean
default: false
- name: shouldCleanPostExectuion
displayName: 'Clean all pipeline dirs after the pipeline finishes?'
type: boolean
default: true
# - name: shouldCleanPostExectuion
# displayName: 'Clean all pipeline dirs after the pipeline finishes?'
# type: boolean
# default: true

name: $(BuildDefinitionName)_$(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines/build-pipeline-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ parameters:
displayName: 'Get verbose output from steps - where configurable'
type: boolean
default: false
- name: shouldCleanPostExectuion
displayName: 'Clean all pipeline dirs after the pipeline finishes?'
type: boolean
default: true
# - name: shouldCleanPostExectuion
# displayName: 'Clean all pipeline dirs after the pipeline finishes?'
# type: boolean
# default: true

name: $(BuildDefinitionName)_$(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines/templates/build-steps-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ steps:
targetPath: '$(Build.ArtifactStagingDirectory)/BlazorSamples${{ parameters.projectToBuild }}.zip'
artifact: 'BlazorSamples${{ parameters.projectToBuild }}'

- ${{ if eq(parameters.shouldCleanPostExectuion, true) }}:
- task: PostBuildCleanup@4
# - ${{ if eq(parameters.shouldCleanPostExectuion, true) }}:
# - task: PostBuildCleanup@4

0 comments on commit 14deb7c

Please sign in to comment.