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