diff --git a/appveyor.yml b/appveyor.yml index 8a08273..16a81ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 1.0.{build} -image: Visual Studio 2017 +image: Visual Studio 2022 configuration : Release @@ -12,13 +12,7 @@ build: parallel: true verbosity: minimal -after_build: - - cd Nuget - - PackAll.bat /nopause - artifacts: - path: Irony/bin/Release/netstandard2.0/Irony.dll -- path: Irony/bin/Release/net40/Irony.dll - path: Irony/bin/Release/netstandard2.0/Irony.pdb -- path: Irony/bin/Release/net40/Irony.pdb -- path: Nuget/Nupkg/*.nupkg +- path: packages/*.nupkg