forked from dotnetprojects/DotNetSiemensPLCToolBoxLibrary
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
65 lines (54 loc) · 3.28 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
image: Visual Studio 2017
version: 2.0.{build}
branches:
only:
- master
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
configuration: Debug
before_build:
- nuget restore
build:
project: DotNetSiemensPLCToolBoxLibrary.sln
after_build:
- externalDlls\libnodave\vcwinmake.bat
- externalDlls\libnodave\vcwinmake_64.bat
- ps: .\nuget\pack.ps1
- 7z a TiaGitHandler.zip %APPVEYOR_BUILD_FOLDER%\compiled\DotNetSiemensPLCToolBoxLibrary.dll %APPVEYOR_BUILD_FOLDER%\compiled\DotNetSiemensPLCToolBoxLibrary.TIAV13.dll %APPVEYOR_BUILD_FOLDER%\compiled\DotNetSiemensPLCToolBoxLibrary.TIAV14SP1.dll %APPVEYOR_BUILD_FOLDER%\compiled\DotNetSiemensPLCToolBoxLibrary.TIAV15.dll %APPVEYOR_BUILD_FOLDER%\compiled\ICSharpCode.SharpZipLib.dll %APPVEYOR_BUILD_FOLDER%\compiled\TiaGitHandler.exe
- 7z a S7ToolBox.zip %APPVEYOR_BUILD_FOLDER%\compiled\AvalonDock.dll %APPVEYOR_BUILD_FOLDER%\compiled\AvalonDock.Themes.dll %APPVEYOR_BUILD_FOLDER%\compiled\DotNetSiemensPLCToolBoxLibrary.dll %APPVEYOR_BUILD_FOLDER%\compiled\DotNetSiemensPLCToolBoxLibrary.TIAV13.dll %APPVEYOR_BUILD_FOLDER%\compiled\DotNetSiemensPLCToolBoxLibrary.TIAV14SP1.dll %APPVEYOR_BUILD_FOLDER%\compiled\DotNetSiemensPLCToolBoxLibrary.TIAV15.dll %APPVEYOR_BUILD_FOLDER%\compiled\ICSharpCode.AvalonEdit.dll %APPVEYOR_BUILD_FOLDER%\compiled\ICSharpCode.SharpZipLib.dll %APPVEYOR_BUILD_FOLDER%\externalDlls\Interop.HMIGENOBJECTSLib.dll %APPVEYOR_BUILD_FOLDER%\compiled\JFKCommonLibrary.dll %APPVEYOR_BUILD_FOLDER%\externalDlls\libnodave_jfkmod.dll %APPVEYOR_BUILD_FOLDER%\externalDlls\libnodave_jfkmod64.dll %APPVEYOR_BUILD_FOLDER%\compiled\System.Windows.Interactivity.dll %APPVEYOR_BUILD_FOLDER%\compiled\ToolboxForSiemensPLCs.exe %APPVEYOR_BUILD_FOLDER%\compiled\WPFToolboxForSiemensPLCs.exe
artifacts:
- path: compiled\DotNetSiemensPLCToolBoxLibrary.dll
name: DotNetSiemensPLCToolBoxLibrary.dll
- path: compiled\DotNetSiemensPLCToolBoxLibrary.pdb
name: DotNetSiemensPLCToolBoxLibrary.pdb
- path: compiled\DotNetSiemensPLCToolBoxLibrary.TIAV13.dll
name: DotNetSiemensPLCToolBoxLibrary.TIAV13.dll
- path: compiled\DotNetSiemensPLCToolBoxLibrary.TIAV13.pdb
name: DotNetSiemensPLCToolBoxLibrary.TIAV13.pdb
- path: compiled\DotNetSiemensPLCToolBoxLibrary.TIAV14SP1.dll
name: DotNetSiemensPLCToolBoxLibrary.TIAV14SP1.dll
- path: compiled\DotNetSiemensPLCToolBoxLibrary.TIAV14SP1.pdb
name: DotNetSiemensPLCToolBoxLibrary.TIAV14SP1.pdb
- path: compiled\DotNetSiemensPLCToolBoxLibrary.TIAV15.dll
name: DotNetSiemensPLCToolBoxLibrary.TIAV15.dll
- path: compiled\DotNetSiemensPLCToolBoxLibrary.TIAV15.pdb
name: DotNetSiemensPLCToolBoxLibrary.TIAV15.pdb
- path: externalDlls\libnodave\libnodave_jfkmod.dll
name: libnodave_jfkmod.dll
- path: externalDlls\libnodave\libnodave_jfkmod64.dll
name: libnodave_jfkmod64.dll
- path: '**\DotNetSiemensPLCToolBoxLibrary*.nupkg'
- path: TiaGitHandler.zip
name: TiaGitHandler
- path: S7ToolBox.zip
name: S7ToolBox
#uncomment to publish to NuGet
deploy:
provider: NuGet
api_key:
secure: OrhpK2cLXXcoWW+hU6xAv3eeKIbATEFbenteoFsi9EfM1yyDof6ZuNKAsA3Vy6vb
artifact: /.*\.nupkg/