Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit acb0af5

Browse files
committed
Fixing appveyor multiple branch regression.
1 parent 7afd164 commit acb0af5

1 file changed

Lines changed: 37 additions & 18 deletions

File tree

appveyor.yml

Lines changed: 37 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
1-
version: '0.5.0.{build}'
2-
3-
# prevent the double build when a branch has an active PR
4-
skip_branch_with_pr: true
5-
1+
#Dev
2+
-
3+
version: '0.5.0.{build}'
64

5+
# prevent the double build when a branch has an active PR
6+
skip_branch_with_pr: true
77

8-
os: Visual Studio 2017
8+
os: Visual Studio 2017
99

10-
artifacts:
11-
- path: '**\MMALSharp*.nupkg'
10+
artifacts:
11+
- path: '**\MMALSharp*.nupkg'
1212

13-
before_build:
14-
- dotnet --info
15-
- dotnet restore src\MMALSharp\MMALSharp.csproj
16-
- dotnet restore src\MMALSharp.Common\MMALSharp.Common.csproj
17-
- dotnet restore src\MMALSharp.FFmpeg\MMALSharp.FFmpeg.csproj
18-
- dotnet restore src\MMALSharp.Processing\MMALSharp.Processing.csproj
19-
- dotnet restore tests\MMALSharp.Tests\MMALSharp.Tests.csproj
13+
before_build:
14+
- dotnet --info
15+
- dotnet restore src\MMALSharp\MMALSharp.csproj
16+
- dotnet restore src\MMALSharp.Common\MMALSharp.Common.csproj
17+
- dotnet restore src\MMALSharp.FFmpeg\MMALSharp.FFmpeg.csproj
18+
- dotnet restore src\MMALSharp.Processing\MMALSharp.Processing.csproj
19+
- dotnet restore tests\MMALSharp.Tests\MMALSharp.Tests.csproj
2020

21-
test: off
21+
test: off
2222

23-
#Dev
24-
-
2523
# branches to build
2624
branches:
2725
only:
@@ -51,6 +49,27 @@ test: off
5149

5250
#Release
5351
-
52+
53+
version: '0.5.0.{build}'
54+
55+
# prevent the double build when a branch has an active PR
56+
skip_branch_with_pr: true
57+
58+
os: Visual Studio 2017
59+
60+
artifacts:
61+
- path: '**\MMALSharp*.nupkg'
62+
63+
before_build:
64+
- dotnet --info
65+
- dotnet restore src\MMALSharp\MMALSharp.csproj
66+
- dotnet restore src\MMALSharp.Common\MMALSharp.Common.csproj
67+
- dotnet restore src\MMALSharp.FFmpeg\MMALSharp.FFmpeg.csproj
68+
- dotnet restore src\MMALSharp.Processing\MMALSharp.Processing.csproj
69+
- dotnet restore tests\MMALSharp.Tests\MMALSharp.Tests.csproj
70+
71+
test: off
72+
5473
# branches to build
5574
branches:
5675
only:

0 commit comments

Comments
 (0)