File tree Expand file tree Collapse file tree 3 files changed +0
-417
lines changed Expand file tree Collapse file tree 3 files changed +0
-417
lines changed Original file line number Diff line number Diff line change @@ -353,31 +353,6 @@ stages:
353353 - script : .\tests\EndToEndBuildTests\EndToEndBuildTests.cmd -c Release
354354 displayName : End to end build tests
355355
356- # Determinism
357- - job : Determinism_Debug
358- pool :
359- name : NetCore1ESPool-Public
360- demands : ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open
361- timeoutInMinutes : 90
362- steps :
363- - checkout : none
364- - script : |
365- @echo on
366- git init
367- git remote add origin "$(Build.Repository.Uri)"
368- git fetch --progress --no-tags --depth=1 origin "$(Build.SourceVersion)"
369- git checkout "$(Build.SourceVersion)"
370- displayName: Shallow checkout
371- - script : .\eng\test-determinism.cmd -configuration Debug
372- displayName : Determinism tests with Debug configuration
373- - task : PublishPipelineArtifact@1
374- displayName : Publish Determinism Logs
375- inputs :
376- targetPath : ' $(Build.SourcesDirectory)/artifacts/log/Debug'
377- artifactName : ' Determinism_Debug Attempt $(System.JobAttempt) Logs'
378- continueOnError : true
379- condition : not(succeeded())
380-
381356 # Up-to-date - disabled due to it being flaky
382357 # - job: UpToDate_Windows
383358 # pool:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments