Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit eba286b

Browse files
authored
ci: Run tests on AzP non-windows jobs
1 parent a2d0840 commit eba286b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-pipelines/testfx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ steps:
1313
displayName: Restore packages
1414
workingDirectory: ${{ parameters.projectdirectory }}
1515
- script: dotnet build -v n -c $(BuildConfiguration) --no-restore /bl:"$(Build.ArtifactStagingDirectory)/build_logs/build.binlog"
16-
displayName: Build tests for netcoreapp2.1
16+
displayName: Build
1717
workingDirectory: ${{ parameters.projectdirectory }}
18-
- script: dotnet test -v n -f netcoreapp2.1 -c $(BuildConfiguration) --no-build
19-
displayName: Run tests for netcoreapp2.1
18+
- script: dotnet test -v n -c $(BuildConfiguration) --no-build
19+
displayName: Run tests
2020
workingDirectory: ${{ parameters.projectdirectory }}

0 commit comments

Comments
 (0)