Skip to content

Commit

Permalink
Fix command line errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brofield committed Dec 1, 2024
1 parent 4f721e0 commit eeacf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@ version: 1.0.{build}
image: Visual Studio 2022

before_build:
- cmd: >-
- cmd: |
cd vcproj
nuget restore -verbosity detailed
build:
verbosity: minimal

test_script:
- cmd: >-
- cmd: |
cd "%APPVEYOR_BUILD_FOLDER%\tests"
"%APPVEYOR_BUILD_FOLDER%\vcproj\x64\Debug\tests.exe"

0 comments on commit eeacf24

Please sign in to comment.