mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
manually test & run post_build after testing
This commit is contained in:
parent
9ac5d42688
commit
f396a54ee2
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue