Skip to content

Commit

Permalink
Added AppVeyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
felixse committed Jun 17, 2018
1 parent 6b25d78 commit 780cbf6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions FluentTerminal.App/FluentTerminal.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
Expand Down
Binary file not shown.
Binary file not shown.
25 changes: 25 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
os: Visual Studio 2017
configuration: Debug
platform:
- x64
skip_commits:
files:
- README.md
install:
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
- cmd: appveyor-tools\secure-file -decrypt FluentTerminal.App\FluentTerminal.App_StoreKey.pfx.enc -secret %CertificationFilesSecret%
- cmd: appveyor-tools\secure-file -decrypt FluentTerminal.App\Package.StoreAssociation.xml.enc -secret %CertificationFilesSecret%
before_build:
- cmd: pushd FluentTerminal.Client && npm install && npm run build && popd
- cmd: nuget restore
build:
project: FluentTerminal.sln
parallel: true
verbosity: minimal
before_test:
- cmd: dotnet build FluentTerminal.App.Services.Test\FluentTerminal.App.Services.Test.csproj
test:
assemblies:
only:
- '**\*.Test.dll'
deploy: off

0 comments on commit 780cbf6

Please sign in to comment.