Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 005a5f4

Browse files
committed
Fix wrong publish test result task
1 parent 346371f commit 005a5f4

File tree

4 files changed

+5
-23
lines changed

4 files changed

+5
-23
lines changed

build/azure-pipelines.artifact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
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

build/azure-pipelines.macos.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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"

build/azure-pipelines.ubuntu.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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"

build/azure-pipelines.windows.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)