Skip to content

Commit

Permalink
Updating appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Mar 25, 2022
1 parent d212075 commit 2ee34ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ branches:
only:
- master
- build-test
image: Previous Visual Studio 2017
image: Visual Studio 2022
configuration: Release
dotnet_csproj:
patch: true
Expand All @@ -19,6 +19,9 @@ build:
project: src/OpenRpg.sln
publish_nuget: true
verbosity: minimal
test:
assemblies:
- '**\*.UnitTests.dll'
artifacts:
- path: '**\*.nupkg'
deploy:
Expand Down

0 comments on commit 2ee34ee

Please sign in to comment.