Skip to content

Commit

Permalink
Fix typos in CI referencing test projects (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
satvu authored Oct 14, 2024
1 parent 52594e0 commit ad547ba
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions eng/ci/templates/jobs/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ jobs:
projects: |
**\DotNetWorker.Opentelemetry.Tests.csproj
- task: DotNetCoreCLI@2
displayName: Application Insights Tests
inputs:
command: test
arguments: -v n
projects: |
**\DotNetWorker.ApplicationInsights.Tests.csproj
- task: DotNetCoreCLI@2
displayName: Sdk Tests
inputs:
Expand All @@ -56,7 +48,7 @@ jobs:
projects: |
**\SdkTests.csproj
**\Sdk.Analyzers.Tests.csproj
**\Sdk.Generatior.Tests.csproj
**\Sdk.Generator.Tests.csproj
- task: DotNetCoreCLI@2
displayName: Extension Tests
Expand Down

0 comments on commit ad547ba

Please sign in to comment.