Skip to content

Commit

Permalink
Force building Bolero in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Aug 23, 2023
1 parent 2debee0 commit 5f6e587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:

build_script:
- ps: dotnet build -c Release
- ps: pushd ref/bolero; git checkout master; git pull; .\build.ps1 -t build; popd
- ps: pushd ref/bolero; git checkout master; git pull; .\build.ps1 -t build -c Debug; popd
- ps: ./tools/gen-refdoc.ps1

environment:
Expand Down

0 comments on commit 5f6e587

Please sign in to comment.