Hopefully fixed appveyor

This commit is contained in:
Andrew Lee 2019-02-10 20:53:42 -05:00
parent ab1efa2af3
commit 7f32702230
2 changed files with 29 additions and 4 deletions

View file

@ -57,6 +57,7 @@
<HintPath>..\packages\ConsoleControl.1.1.0.0\lib\net40\ConsoleControlAPI.dll</HintPath> <HintPath>..\packages\ConsoleControl.1.1.0.0\lib\net40\ConsoleControlAPI.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data.DataSetExtensions" />

View file

@ -1,7 +1,31 @@
image: Visual Studio 2015
configuration: Debug
platform: Any CPU
before_build:
- nuget restore
build:
verbosity: detailed
project: Project_Silicon.sln
after_build: after_build:
- tree /F - cmd: tree /F
- 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**" - cmd: 7z a -tzip "Project Ports/bin/Debug/Project-Silicon.zip" "Project Ports/bin/Debug/*"
artifacts: artifacts:
- path: \bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip - path: Project Ports/bin/Debug/BSODPrank.zip
name: Ports-%APPVEYOR_BUILD_VERSION% name: DevBuild
deploy:
provider: GitHub
release: Continuous build
description: 'Project Silicon Development Builds'
auth_token:
secure: MeuJU9DaBpnzRdWaqvDfR4M7WhtB90FIpmYkZ5GmS8GyVSWyHT2FAMtDczW3D/JQ
artifact: /.*\.zip/
draft: false
prerelease: true
force_update: true
tag: continuous
on:
appveyor_repo_tag: true