File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ msbuild.exe DSInternals.slnx -target:Build -property:Configuration=Release -prop
113113cd Src
114114
115115# Run all unit tests
116- dotnet test DSInternals.DotNetSdk.slnf
116+ dotnet test --solution DSInternals.DotNetSdk.slnf
117117
118118# Run tests for a specific project
119- dotnet test DSInternals.Common.Test
119+ dotnet test --project DSInternals.Common.Test
120120```
121121
122122### Running PowerShell Smoke Tests
Original file line number Diff line number Diff line change 7373 - name : Run Unit Tests
7474 working-directory : Src
7575 run : |
76- dotnet test DSInternals.TestsOnly.slnf --configuration Debug --no-build -- --report-trx --results-directory "${{ github.workspace }}/TestResults"
76+ dotnet test --solution DSInternals.TestsOnly.slnf --configuration Debug --no-build -- --report-trx --results-directory "${{ github.workspace }}/TestResults"
7777
7878 - name : Run PowerShell Desktop Tests
7979 working-directory : Scripts
You can’t perform that action at this time.
0 commit comments