Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdavid authored Oct 31, 2019
1 parent 7375d32 commit e9c2c01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,23 @@ before_build:
build:
project: LiteDB.sln
verbosity: minimal
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
for:
-
matrix:
only:
- configuration: Release
artifacts:
- path: LiteDB\bin\Release\net45\LiteDB.dll
- path: LiteDB\bin\Release\netstandard1.3\LiteDB.dll
- path: LiteDB\bin\Release\netstandard2.0\LiteDB.dll
- path: LiteDB\bin\Release\*.nupkg
deploy:
- provider: Webhook
Expand Down

0 comments on commit e9c2c01

Please sign in to comment.