File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ before_test:
6969 - nuget install CodecovUploader -Version %codecov_uploader_version% -OutputDirectory packages
7070 - nuget install ReportGenerator -Version %report_generator_version% -OutputDirectory packages
7171 - |-
72- printf "pushd .\Test\%APPVEYOR_PROJECT_NAME%.Test && dotnet test ./Test/%APPVEYOR_PROJECT_NAME%.Test/ bin/x64/%CONFIGURATION%/net10.0/%APPVEYOR_PROJECT_NAME%.Test.dll -l console;verbosity=detailed && popd\n" > run-tests.bat
72+ printf "pushd .\Test\%APPVEYOR_PROJECT_NAME%.Test && dotnet test ./bin/x64/%CONFIGURATION%/net10.0/%APPVEYOR_PROJECT_NAME%.Test.dll -l console;verbosity=detailed && popd\n" > run-tests.bat
7373 - |-
7474 printf "@echo ************************************************************** Starting Tests..\n" > run-tests1.bat
7575 printf "call run-tests.bat\n" >> run-tests1.bat
You can’t perform that action at this time.
0 commit comments