Skip to content

Commit

Permalink
Remove WebJobs.Script.Performance app (#9993)
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau committed Apr 30, 2024
1 parent 29e3481 commit f3bae24
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 1,764 deletions.
15 changes: 0 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,6 @@ jobs:
publishVstsFeed: 'e6a70c92-4128-439f-8012-382fe78d6396/f37f760c-aebd-443e-9714-ce725cd427df'
allowPackageConflicts: true

- task: DotNetCoreCLI@2
displayName: 'Build performance package'
inputs:
command: 'custom'
custom: 'pack'
arguments: '-o WebJobs.Script.Performance.App'
projects: |
**\WebJobs.Script.Performance.App.csproj
- task: DotNetCoreCLI@2
displayName: 'Build Abstractions and ExtensionsMetadataGenerator'
inputs:
Expand Down Expand Up @@ -332,13 +324,6 @@ jobs:
Verbosity: 'Information'
- publish: out/pkg/release
artifact: NugetPackages
- task: ManifestGeneratorTask@0
displayName: 'SBOM Generation Task - Performance'
inputs:
BuildDropPath: 'WebJobs.Script.Performance.App'
Verbosity: 'Information'
- publish: WebJobs.Script.Performance.App
artifact: Performance

- job: RunUnitTests
pool:
Expand Down

This file was deleted.

0 comments on commit f3bae24

Please sign in to comment.