Skip to content

Commit 0b3b7d4

Browse files
authored
Merge pull request #1298 from microsoft/dev/andarno/dropPolyTypeJob
Remove the special PolyType job from the build
2 parents 91713fe + c792d69 commit 0b3b7d4

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

azure-pipelines/build.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -219,32 +219,6 @@ jobs:
219219
IsOptProf: ${{ parameters.IsOptProf }}
220220
SkipCodesignVerify: ${{ parameters.SkipCodesignVerify }}
221221

222-
- job: PolyType
223-
pool: ${{ parameters.linuxPool }}
224-
${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
225-
templateContext:
226-
outputParentDirectory: $(Build.ArtifactStagingDirectory)
227-
outputs:
228-
- ${{ each artifact_name in parameters.artifact_names }}:
229-
- ${{ if or(ne(artifact_name, 'testResults'), parameters.RunTests) }}:
230-
- output: pipelineArtifact
231-
displayName: 📢 Publish ${{ artifact_name }}-PolyType
232-
targetPath: $(Build.ArtifactStagingDirectory)/${{ artifact_name }}-PolyType
233-
artifactName: ${{ artifact_name }}-PolyType
234-
condition: succeededOrFailed()
235-
variables:
236-
SupportPolyType: true
237-
steps:
238-
- checkout: self
239-
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.
240-
clean: true
241-
- template: install-dependencies.yml
242-
- template: dotnet.yml
243-
parameters:
244-
Is1ESPT: ${{ parameters.Is1ESPT }}
245-
RunTests: ${{ parameters.RunTests }}
246-
osRID: linux
247-
248222
- ${{ if not(parameters.IsOptProf) }}:
249223
- ${{ if parameters.EnableLinuxBuild }}:
250224
- job: Linux

0 commit comments

Comments
 (0)