File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Prefix your items with `(Template)` if the change is about the template and not
1010- Removed all references to Uno.SourceGenerationTasks packages and adjusted the dependency injection recipe in ViewModels accordingly.
1111- Fix Android bottom screen space.
1212- Fix yaml configuration for tests to always publish test results.
13+ - Append job attempt number for test artifact names in build stage to allow retrying jobs.
1314
1415## 3.10.X
1516- Added Dependency Injection validation in the development environment.
Original file line number Diff line number Diff line change 8787 pool :
8888 vmImage : $(windowsHostedAgentImage)
8989 variables :
90- ArtifactName : $(TestsArtifactName)_${{ parameters.applicationEnvironment }}
90+ ArtifactName : $(TestsArtifactName)_${{ parameters.applicationEnvironment }}_Attempt$(System.JobAttempt)
9191 ApplicationEnvironment : ${{ parameters.applicationEnvironment }}
9292 steps :
9393 - template : steps-build-tests.yml
You can’t perform that action at this time.
0 commit comments