Skip to content

Commit 6a22a16

Browse files
authored
Merge pull request #3729 from Flow-Launcher/skip_tag_build
Add AppVeyor skip build on tag
2 parents 34f53fd + d9a30f6 commit 6a22a16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: '1.20.1.{build}'
22

3+
# 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.
4+
skip_tags: true
5+
36
init:
47
- ps: |
58
$version = new-object System.Version $env:APPVEYOR_BUILD_VERSION
@@ -14,7 +17,6 @@ init:
1417
cache:
1518
- '%USERPROFILE%\.nuget\packages -> **.sln, **.csproj' # preserve nuget folder (packages) unless the solution or projects change
1619

17-
1820
assembly_info:
1921
patch: true
2022
file: SolutionAssemblyInfo.cs

0 commit comments

Comments
 (0)