Skip to content

Commit d7804de

Browse files
committed
test dev builds
1 parent e12724c commit d7804de

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

PixelArtTool/MainWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:local="clr-namespace:PixelArtTool"
77
xmlns:System="clr-namespace:System;assembly=mscorlib" x:Name="window" x:Class="PixelArtTool.MainWindow"
88
mc:Ignorable="d"
9-
Title="PixelArtTool (Test Version)" Height="412.222" Width="739.444" Background="#FF252526" KeyDown="OnKeyDown" KeyUp="OnKeyUp" Icon="Resources/Icons/appicon.ico" MouseWheel="WindowMouseWheel" MinWidth="720" MinHeight="400">
9+
Title="PixelArtTool (Dev Version)" Height="412.222" Width="739.444" Background="#FF252526" KeyDown="OnKeyDown" KeyUp="OnKeyUp" Icon="Resources/Icons/appicon.ico" MouseWheel="WindowMouseWheel" MinWidth="720" MinHeight="400">
1010
<Window.CommandBindings>
1111
<CommandBinding Command="ApplicationCommands.Undo" Executed="Executed_Undo" CanExecute="CanExecute_Undo"/>
1212
<CommandBinding Command="ApplicationCommands.Redo" Executed="Executed_Redo" CanExecute="CanExecute_Redo"/>

appveyor.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 1.0.{build}
22
branches:
33
only:
4-
- master
4+
- dev
55
skip_tags: true
66
skip_branch_with_pr: true
77
configuration: Release
@@ -19,3 +19,6 @@ deploy:
1919
auth_token:
2020
secure: owXuGIGNRJishGcvR2fMDTTW65dKLyw+W0/Zb8MVoKaVNeMogpT434k6ZlD/Mp8o
2121
artifact: deploy
22+
prerelease: true
23+
on:
24+
branch: dev

0 commit comments

Comments
 (0)