Skip to content

Commit ad547ba

Browse files
authored
Fix typos in CI referencing test projects (#2773)
1 parent 52594e0 commit ad547ba

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

eng/ci/templates/jobs/run-unit-tests.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ jobs:
4040
projects: |
4141
**\DotNetWorker.Opentelemetry.Tests.csproj
4242
43-
- task: DotNetCoreCLI@2
44-
displayName: Application Insights Tests
45-
inputs:
46-
command: test
47-
arguments: -v n
48-
projects: |
49-
**\DotNetWorker.ApplicationInsights.Tests.csproj
50-
5143
- task: DotNetCoreCLI@2
5244
displayName: Sdk Tests
5345
inputs:
@@ -56,7 +48,7 @@ jobs:
5648
projects: |
5749
**\SdkTests.csproj
5850
**\Sdk.Analyzers.Tests.csproj
59-
**\Sdk.Generatior.Tests.csproj
51+
**\Sdk.Generator.Tests.csproj
6052
6153
- task: DotNetCoreCLI@2
6254
displayName: Extension Tests

0 commit comments

Comments
 (0)