Skip to content

Commit

Permalink
Appveyor builds (felixse#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhora authored Apr 3, 2019
1 parent ded043d commit 18c9d1c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ ClientBin/
*.dbproj.schemaview
*.jfm
*.pfx
!FluentTerminal.App/FluentTerminal.App_TemporaryKey.pfx
*.publishsettings
orleans.codegen.cs

Expand Down
1 change: 0 additions & 1 deletion FluentTerminal.App/FluentTerminal.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@
<Content Include="Assets\AppIcons\Wide310x150Logo.scale-150.png" />
<Content Include="Assets\AppIcons\Wide310x150Logo.scale-200.png" />
<Content Include="Assets\AppIcons\Wide310x150Logo.scale-400.png" />
<None Include="Package.StoreAssociation.xml" />
<Content Include="Properties\Default.rd.xml" />
</ItemGroup>
<ItemGroup>
Expand Down
Binary file not shown.
22 changes: 22 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
os: Visual Studio 2017
configuration: Release
platform:
- x86
- x64
assembly_info:
patch: true
file: 'FluentTerminal.App\Properties\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: pushd . && cd FluentTerminal.Client && npm install && npm run-script build && popd && nuget restore
build:
project: FluentTerminal.sln
parallel: true
verbosity: minimal
test_script:
- echo Skipt tests run

0 comments on commit 18c9d1c

Please sign in to comment.