mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Only tested build should be deployed
This commit is contained in:
parent
f2a93887c9
commit
d57ef1e928
1 changed files with 4 additions and 3 deletions
|
|
@ -12,10 +12,11 @@ before_build:
|
|||
- ps: nuget restore
|
||||
build:
|
||||
project: Wox.sln
|
||||
after_build:
|
||||
- ps: .\Deploy\UpdateGenerator\build.ps1
|
||||
after_test:
|
||||
- ps: .\Deploy\Nuget\pack.ps1
|
||||
- ps: >-
|
||||
.\Deploy\UpdateGenerator\build.bat
|
||||
|
||||
.\Deploy\Nuget\pack.ps1
|
||||
artifacts:
|
||||
- path: Output\Release
|
||||
name: release-binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue