File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
xmlns : local =" clr-namespace:PixelArtTool"
7
7
xmlns : System =" clr-namespace:System;assembly=mscorlib" x : Name =" window" x : Class =" PixelArtTool.MainWindow"
8
8
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" >
10
10
<Window .CommandBindings>
11
11
<CommandBinding Command =" ApplicationCommands.Undo" Executed =" Executed_Undo" CanExecute =" CanExecute_Undo" />
12
12
<CommandBinding Command =" ApplicationCommands.Redo" Executed =" Executed_Redo" CanExecute =" CanExecute_Redo" />
Original file line number Diff line number Diff line change 1
1
version : 1.0.{build}
2
2
branches :
3
3
only :
4
- - master
4
+ - dev
5
5
skip_tags : true
6
6
skip_branch_with_pr : true
7
7
configuration : Release
@@ -19,3 +19,6 @@ deploy:
19
19
auth_token :
20
20
secure : owXuGIGNRJishGcvR2fMDTTW65dKLyw+W0/Zb8MVoKaVNeMogpT434k6ZlD/Mp8o
21
21
artifact : deploy
22
+ prerelease : true
23
+ on :
24
+ branch : dev
You can’t perform that action at this time.
0 commit comments