Skip to content

Commit f396a54

Browse files
committed
manually test & run post_build after testing
1 parent 9ac5d42 commit f396a54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ before_build:
2828
build:
2929
project: Flow.Launcher.sln
3030
verbosity: minimal
31-
after_build:
31+
test_script:
32+
- dotnet test --no-build
33+
after_test:
3234
- ps: .\Scripts\post_build.ps1
3335

3436
artifacts:

0 commit comments

Comments
 (0)