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
2631a8f577
commit
bb2db7b64a
|
@ -9,6 +9,9 @@ environment:
|
|||
- CONFIGURATION: Debug
|
||||
- CONFIGURATION: Release
|
||||
|
||||
before_build:
|
||||
- nuget restore
|
||||
|
||||
build_script:
|
||||
- msbuild "C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit.sln" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=%CONFIGURATION% /p:Platform="x86"
|
||||
- msbuild "C:\projects\welsonjs\WelsonJS.Toolkit\WelsonJS.Toolkit.sln" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=%CONFIGURATION% /p:Platform="x64"
|
||||
|
|
Loading…
Reference in New Issue
Block a user