Skip to content

Commit

Permalink
remove job from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jSylvestre committed Nov 26, 2024
1 parent 40ea5a9 commit 060f3e7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@ steps:
projects: './sloth.jobs.cybersource.bankreconcile/sloth.jobs.cybersource.bankreconcile.csproj'
arguments: '--configuration $(buildConfiguration) --output $(Build.ArtifactStagingDirectory)/sloth.web/app_data/jobs/triggered'

- task: DotNetCoreCLI@2
displayName: 'Assemble Sloth.Jobs.Kfs.ScrubberUpload w/ Web'
inputs:
command: 'publish'
publishWebProjects: false
zipAfterPublish: false
projects: './sloth.jobs.kfs.scrubberupload/sloth.jobs.kfs.scrubberupload.csproj'
arguments: '--configuration $(buildConfiguration) --output $(Build.ArtifactStagingDirectory)/sloth.web/app_data/jobs/triggered'

- task: DotNetCoreCLI@2
displayName: 'Assemble Sloth.Jobs.WebHooks.Resend w/ Web'
inputs:
Expand Down

0 comments on commit 060f3e7

Please sign in to comment.