mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
Only tested build should be deployed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user