Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister authored Dec 15, 2020
1 parent 025a724 commit 4f73635
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
version: 1.0.{build}
image: Visual Studio 2019
skip_tags: true
skip_branch_with_pr: true
skip_commits:
files:
- .github/*
- .paket/*
- '**/*.md'
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '$(appveyor_build_version)'
package_version: '$(appveyor_build_version)'
assembly_version: '$(appveyor_build_version)'
file_version: '$(appveyor_build_version)'
informational_version: '$(appveyor_build_version)'
build_script:
- cmd: >-
dotnet tool restore
Expand All @@ -15,6 +30,9 @@ deploy:
on:
branch: master
- provider: GitHub
tag: v$(appveyor_build_version)
release: v$(appveyor_build_version)
description: Release v$(appveyor_build_version)
repository: BlythMeister/BingImageDownload
artifact: BingImageDownload.$(appveyor_build_version).nupkg
on:
Expand Down

0 comments on commit 4f73635

Please sign in to comment.