File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 </Target >
2121
2222 <Target Name =" Test" >
23- <Exec Command =' dotnet run -- "$(Version)" --fail-on-focused-tests --summary' WorkingDirectory =" $(RepoRootDir)/test/dotnet-proj.Tests" IgnoreStandardErrorWarningFormat =" true" />
24- <Exec Command =' dotnet run -- --fail-on-focused-tests --summary' WorkingDirectory =" $(RepoRootDir)/test/Dotnet.ProjInfo.Workspace.Tests" IgnoreStandardErrorWarningFormat =" true" />
25- <Exec Command =' dotnet run -- --fail-on-focused-tests --summary' WorkingDirectory =" $(RepoRootDir)/test/Dotnet.ProjInfo.Workspace.FCS.Tests" IgnoreStandardErrorWarningFormat =" true" />
23+ <Exec Command =' dotnet run -c Release - - "$(Version)" --fail-on-focused-tests --summary' WorkingDirectory =" $(RepoRootDir)/test/dotnet-proj.Tests" IgnoreStandardErrorWarningFormat =" true" />
24+ <Exec Command =' dotnet run -c Release - - --fail-on-focused-tests --summary' WorkingDirectory =" $(RepoRootDir)/test/Dotnet.ProjInfo.Workspace.Tests" IgnoreStandardErrorWarningFormat =" true" />
25+ <Exec Command =' dotnet run -c Release - - --fail-on-focused-tests --summary' WorkingDirectory =" $(RepoRootDir)/test/Dotnet.ProjInfo.Workspace.FCS.Tests" IgnoreStandardErrorWarningFormat =" true" />
2626 </Target >
2727
2828 <Target Name =" VSTest" DependsOnTargets =" Test" />
You can’t perform that action at this time.
0 commit comments