merged from work

This commit is contained in:
2019-12-20 20:02:14 +01:00
parent 202608651b
commit 11e3a02511
505 changed files with 65307 additions and 823 deletions

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishProtocol>FileSystem</PublishProtocol>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishDir>\\srv-et01\e$\BuildTools\Katteker</PublishDir>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<_IsPortable>false</_IsPortable>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,8 @@
{
"profiles": {
"KattekerCreator": {
"commandName": "Project",
"commandLineArgs": "\"E:\\BuildTools\\Katteker\\KattekerCreator.exe\" \"$(build.artifactstagingdirectory)\\bin\\$(BuildConfiguration)\\TfsMigrationTool.exe\" -O \"\\\\srv-lsimctrl01\\Squirrel\\TfsMigrationTool\" -P \"https://srv-lsimctrl01.enercon.de/squirrel/TfsMigrationTool\" -F \"**\\*.xml\" -S \"E:\\BuildTools\\certificate\\WRD_Code_Signing_Certificate_2019.pfx\" -Sp dpLRlzn7.Q,S"
}
}
}