diff --git a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj index 1cdd7f36..5a4f2c18 100644 --- a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj +++ b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj @@ -6,7 +6,7 @@ XmlSchemaClassGenerator 1.0.0-VERSION Michael Ganss - net45;netstandard2.0 + netstandard2.0;net45 XmlSchemaClassGenerator XmlSchemaClassGenerator-beta xsd diff --git a/appveyor.yml b/appveyor.yml index e4b37b8c..f7d0eb75 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,7 @@ build_script: - ps: (Get-Content XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj - ps: (Get-Content XmlSchemaClassGenerator.Console\XmlSchemaClassGenerator.Console.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content XmlSchemaClassGenerator.Console\XmlSchemaClassGenerator.Console.csproj - ps: (Get-Content xscgen\xscgen.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content xscgen\xscgen.csproj + - ps: (Get-Content xscgen-proj\xscgen-proj.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content xscgen-proj\xscgen-proj.csproj - dotnet --info - dotnet restore - dotnet build -c Release @@ -19,6 +20,7 @@ build_script: - dotnet pack --include-symbols --include-source -c Release XmlSchemaClassGenerator - dotnet pack --include-symbols --include-source -c Release XmlSchemaClassGenerator.Console - dotnet pack --include-symbols --include-source -c Release xscgen + - dotnet pack --include-symbols --include-source -c Release xscgen-proj - 7z a -mx=9 XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net45\publish\*" test_script: - ps: | @@ -38,6 +40,7 @@ artifacts: - path: 'XmlSchemaClassGenerator\**\*.nupkg' - path: 'XmlSchemaClassGenerator.Console\**\*.nupkg' - path: 'xscgen\**\*.nupkg' + - path: 'xscgen-proj\**\*.nupkg' - path: XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip on_success: - ps: | diff --git a/xscgen-proj/xscgen-proj.csproj b/xscgen-proj/xscgen-proj.csproj new file mode 100644 index 00000000..eddf8453 --- /dev/null +++ b/xscgen-proj/xscgen-proj.csproj @@ -0,0 +1,34 @@ + + + Exe + netcoreapp2.1 + A .NET Core CLI tool to generate XmlSerializer compatible C# classes from XML Schema files. + Copyright 2013-2018 Michael Ganss + xscgen + 1.0.0 + dotnet-xscgen + XmlSchemaClassGenerator.Console + Michael Ganss + dotnet-xscgen-proj + xsd xmlschema generator + https://github.com/mganss/XmlSchemaClassGenerator + https://github.com/mganss/XmlSchemaClassGenerator/blob/master/LICENSE + git + git://github.com/mganss/XmlSchemaClassGenerator + dotnet-xscgen + $(DefineConstants);NETSTANDARD + + + + + + + + + + + + + true + +