File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments