Skip to content

Commit

Permalink
edited appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
rivantsov committed Jan 8, 2024
1 parent 15afd24 commit 95c7824
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.0.{build}

image: Visual Studio 2017
image: Visual Studio 2022

configuration : Release

Expand All @@ -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

0 comments on commit 95c7824

Please sign in to comment.