Skip to content

Commit afd29e0

Browse files
committed
CI fix.
1 parent ad2100a commit afd29e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)