Skip to content

Commit

Permalink
remove jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Dec 18, 2023
1 parent e5de862 commit f403a5a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ strategy:
# vmImage: 'macos-13-arm64'


jobs:
- job: Build
steps:
steps:
- template: templates/build.yml
parameters:
TelemetryType: ${{ matrix.TelemetryType }}
Expand All @@ -176,7 +174,5 @@ jobs:
ZipFileName: ${{ matrix.ZipFileName }}
poolName: ${{ matrix.poolName }}
vmImage: ${{ matrix.vmImage }}
- job: lks.json
steps:
- template: templates/generate-lks.yml
condition: and(succeeded())
# - template: templates/generate-lks.yml
# condition: and(succeeded())

0 comments on commit f403a5a

Please sign in to comment.