mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3729 from Flow-Launcher/skip_tag_build
Add AppVeyor skip build on tag
This commit is contained in:
commit
6a22a16997
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
version: '1.20.1.{build}'
|
||||
|
||||
# Do not build on tags because we create a release on merge to master. Otherwise will upload artifacts twice changing the hash, as well as triggering duplicate GitHub release action & NuGet deployments.
|
||||
skip_tags: true
|
||||
|
||||
init:
|
||||
- ps: |
|
||||
$version = new-object System.Version $env:APPVEYOR_BUILD_VERSION
|
||||
|
|
@ -14,7 +17,6 @@ init:
|
|||
cache:
|
||||
- '%USERPROFILE%\.nuget\packages -> **.sln, **.csproj' # preserve nuget folder (packages) unless the solution or projects change
|
||||
|
||||
|
||||
assembly_info:
|
||||
patch: true
|
||||
file: SolutionAssemblyInfo.cs
|
||||
|
|
|
|||
Loading…
Reference in a new issue