Skip to content

Commit

Permalink
update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed Nov 15, 2021
1 parent 7109b3c commit 361364a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
@@ -1,5 +1,5 @@
image: Visual Studio 2019
version: 0.9.{build}
image: Visual Studio 2022
version: 1.0.{build}
configuration:
- Release
before_build:
Expand All @@ -16,12 +16,12 @@ test:
assemblies:
- '**\*.Tests.dll'
artifacts:
- path: LiteNetLib/bin/Release/net35
- path: LiteNetLib/bin/Release/net471
name: LiteNetLib-$(appveyor_build_version)
type: Zip
- path: LiteNetLib/bin/Release/netstandard2.0
name: LiteNetLibStandard-$(appveyor_build_version)
type: Zip
- path: LiteNetLib/bin/Release/netcoreapp2.1
- path: LiteNetLib/bin/Release/netcoreapp3.1
name: LiteNetLibNetCore-$(appveyor_build_version)
type: Zip

0 comments on commit 361364a

Please sign in to comment.