diff --git a/appveyor.yml b/appveyor.yml index 10835874..f7d0eb75 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +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 dotnet-xscgen\dotnet-xscgen.csproj).Replace("1.0.0-VERSION", $env:APPVEYOR_BUILD_VERSION) | Set-Content dotnet-xscgen\dotnet-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 @@ -20,7 +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 dotnet-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: | @@ -40,7 +40,7 @@ artifacts: - path: 'XmlSchemaClassGenerator\**\*.nupkg' - path: 'XmlSchemaClassGenerator.Console\**\*.nupkg' - path: 'xscgen\**\*.nupkg' - - path: 'dotnet-xscgen\**\*.nupkg' + - path: 'xscgen-proj\**\*.nupkg' - path: XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip on_success: - ps: | diff --git a/dotnet-xscgen/dotnet-xscgen.csproj b/xscgen-proj/xscgen-proj.csproj similarity index 97% rename from dotnet-xscgen/dotnet-xscgen.csproj rename to xscgen-proj/xscgen-proj.csproj index ea16edb4..eddf8453 100644 --- a/dotnet-xscgen/dotnet-xscgen.csproj +++ b/xscgen-proj/xscgen-proj.csproj @@ -9,7 +9,7 @@ dotnet-xscgen XmlSchemaClassGenerator.Console Michael Ganss - dotnet-xscgen-csproj + dotnet-xscgen-proj xsd xmlschema generator https://github.com/mganss/XmlSchemaClassGenerator https://github.com/mganss/XmlSchemaClassGenerator/blob/master/LICENSE