Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoPires authored Mar 22, 2022
1 parent 4e02de1 commit 2caca35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 1.0.{build}
image: Visual Studio 2019
image: Visual Studio 2022
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
version_prefix: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- cmd: >-
dotnet restore
Expand Down

0 comments on commit 2caca35

Please sign in to comment.