From 2f08cd62f336b21e56631221842b5291d6c3a6d1 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Mon, 22 Jun 2020 16:25:19 +0200 Subject: [PATCH] Use .snupkg symbol package format --- .../XmlSchemaClassGenerator.Console.csproj | 1 + XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj | 1 + appveyor.yml | 8 ++++---- xscgen-proj/xscgen-proj.csproj | 1 + xscgen/xscgen.csproj | 1 + 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj b/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj index 88f86ae6..f5af7ea4 100644 --- a/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj +++ b/XmlSchemaClassGenerator.Console/XmlSchemaClassGenerator.Console.csproj @@ -22,6 +22,7 @@ true true true + snupkg diff --git a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj index a744a2ee..bf10593d 100644 --- a/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj +++ b/XmlSchemaClassGenerator/XmlSchemaClassGenerator.csproj @@ -25,6 +25,7 @@ true true true + snupkg diff --git a/appveyor.yml b/appveyor.yml index e5a68662..dd9adbcc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,10 +33,10 @@ test_script: - pip install codecov - codecov -f "coverage.netcoreapp2.2.xml" artifacts: - - path: 'XmlSchemaClassGenerator\**\*.nupkg' - - path: 'XmlSchemaClassGenerator.Console\**\*.nupkg' - - path: 'xscgen\**\*.nupkg' - - path: 'xscgen-proj\**\*.nupkg' + - 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 index cd2847fc..364f94b9 100644 --- a/xscgen-proj/xscgen-proj.csproj +++ b/xscgen-proj/xscgen-proj.csproj @@ -23,6 +23,7 @@ true true true + snupkg diff --git a/xscgen/xscgen.csproj b/xscgen/xscgen.csproj index 5bd3208f..2157cec0 100644 --- a/xscgen/xscgen.csproj +++ b/xscgen/xscgen.csproj @@ -24,6 +24,7 @@ true true true + snupkg