This repository was archived by the owner on Oct 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-23
lines changed Expand file tree Collapse file tree 4 files changed +5
-23
lines changed Original file line number Diff line number Diff line change 2828 BUILD_ID : $(Build.BuildId)
2929
3030 - task : PublishBuildArtifacts@1
31- displayName : " Publish Artifact: LocalStack.Client "
31+ displayName : " Publish Artifact: LocalStack.AwsLocal "
3232 inputs :
3333 PathtoPublish : artifacts/
34- ArtifactName : LocalStack.Client
34+ ArtifactName : LocalStack.AwsLocal
Original file line number Diff line number Diff line change @@ -24,10 +24,4 @@ steps:
2424 inputs :
2525 testResultsFormat : " VSTest"
2626 testResultsFiles : " **/*.trx"
27- testRunTitle : " LocalStack.Client.Tests"
28-
29- - task : PublishTestResults@2
30- inputs :
31- testResultsFormat : " VSTest"
32- testResultsFiles : " **/*.trx"
33- testRunTitle : " LocalStack.Client.Integration.Tests"
27+ testRunTitle : " LocalStack.AwsLocal.Tests"
Original file line number Diff line number Diff line change @@ -27,10 +27,4 @@ steps:
2727 inputs :
2828 testResultsFormat : " VSTest"
2929 testResultsFiles : " **/*.trx"
30- testRunTitle : " LocalStack.Client.Tests"
31-
32- - task : PublishTestResults@2
33- inputs :
34- testResultsFormat : " VSTest"
35- testResultsFiles : " **/*.trx"
36- testRunTitle : " LocalStack.Client.Integration.Tests"
30+ testRunTitle : " LocalStack.AwsLocal.Tests"
Original file line number Diff line number Diff line change @@ -24,10 +24,4 @@ steps:
2424 inputs :
2525 testResultsFormat : " VSTest"
2626 testResultsFiles : " **/*.trx"
27- testRunTitle : " LocalStack.Client.Tests"
28-
29- - task : PublishTestResults@2
30- inputs :
31- testResultsFormat : " VSTest"
32- testResultsFiles : " **/*.trx"
33- testRunTitle : " LocalStack.Client.Integration.Tests"
27+ testRunTitle : " LocalStack.AwsLocal.Tests"
You can’t perform that action at this time.
0 commit comments