From f396a54ee2dbc2bfa6cb75ec09ec119eac6df936 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Fri, 11 Nov 2022 17:30:51 -0600 Subject: [PATCH] manually test & run post_build after testing --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a71779fdc..897fcb20c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,9 @@ before_build: build: project: Flow.Launcher.sln verbosity: minimal -after_build: +test_script: + - dotnet test --no-build +after_test: - ps: .\Scripts\post_build.ps1 artifacts: