File tree 2 files changed +4
-4
lines changed
build-tools/automation/yaml-templates
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
50
50
- task : DownloadPipelineArtifact@2
51
51
inputs :
52
- artifactName : $(TestAssembliesArtifactName)-${{ parameters.runtimeName }}
52
+ artifactName : $(TestAssembliesArtifactName)
53
53
downloadPath : ${{ parameters.xaSourcePath }}/bin/Test$(XA.Build.Configuration)
54
54
55
55
- template : /build-tools/automation/yaml-templates/run-sliced-nunit-tests.yaml
62
62
63
63
- template : /build-tools/automation/yaml-templates/upload-results.yaml
64
64
parameters :
65
- artifactName : Test Results - MSBuild - ${{ parameters.testOS }}-${{ parameters.runtimeName }}-$(System.JobPositionInPhase)
65
+ artifactName : Test Results - MSBuild - ${{ parameters.testOS }}-${{ parameters.runtimeName }}
66
66
xaSourcePath : ${{ parameters.xaSourcePath }}
67
67
use1ESTemplate : ${{ parameters.use1ESTemplate }}
68
68
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ stages:
28
28
29
29
- task : DownloadPipelineArtifact@2
30
30
inputs :
31
- artifactName : $(TestAssembliesArtifactName)-${{ parameters.rutimeName }}
31
+ artifactName : $(TestAssembliesArtifactName)
32
32
downloadPath : $(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)
33
33
34
34
- template : /build-tools/automation/yaml-templates/run-nunit-tests.yaml
@@ -62,7 +62,7 @@ stages:
62
62
63
63
- task : DownloadPipelineArtifact@2
64
64
inputs :
65
- artifactName : $(TestAssembliesArtifactName)-${{ parameters.runtimeName }}
65
+ artifactName : $(TestAssembliesArtifactName)
66
66
downloadPath : $(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)
67
67
68
68
- template : /build-tools/automation/yaml-templates/run-nunit-tests.yaml
You can’t perform that action at this time.
0 commit comments