mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update .appveyor.yml
This commit is contained in:
parent
01477b97c5
commit
bbefd3331a
|
@ -12,7 +12,8 @@ environment:
|
|||
- CONFIGURATION: Debug
|
||||
SIGNING_POLICY_SLUG: test-signing
|
||||
- CONFIGURATION: Release
|
||||
SIGNING_POLICY_SLUG: release-signing
|
||||
#SIGNING_POLICY_SLUG: release-signing
|
||||
SIGNING_POLICY_SLUG: test-signing
|
||||
|
||||
before_build:
|
||||
- nuget restore WelsonJS.Toolkit
|
||||
|
@ -22,7 +23,7 @@ build_script:
|
|||
|
||||
after_build:
|
||||
- cmd: mkdir artifacts
|
||||
# - cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\%CONFIGURATION%\* artifacts\
|
||||
#- cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\%CONFIGURATION%\* artifacts\
|
||||
- cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Service\bin\x86\%CONFIGURATION%\* artifacts\
|
||||
- cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Launcher\bin\x86\%CONFIGURATION%\* artifacts\
|
||||
- cmd: 7z a artifacts.zip artifacts\*
|
||||
|
|
Loading…
Reference in New Issue
Block a user