|
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}' |
6 | 4 |
|
| 5 | + # prevent the double build when a branch has an active PR |
| 6 | + skip_branch_with_pr: true |
7 | 7 |
|
8 | | -os: Visual Studio 2017 |
| 8 | + os: Visual Studio 2017 |
9 | 9 |
|
10 | | -artifacts: |
11 | | -- path: '**\MMALSharp*.nupkg' |
| 10 | + artifacts: |
| 11 | + - path: '**\MMALSharp*.nupkg' |
12 | 12 |
|
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 |
20 | 20 |
|
21 | | -test: off |
| 21 | + test: off |
22 | 22 |
|
23 | | -#Dev |
24 | | -- |
25 | 23 | # branches to build |
26 | 24 | branches: |
27 | 25 | only: |
@@ -51,6 +49,27 @@ test: off |
51 | 49 |
|
52 | 50 | #Release |
53 | 51 | - |
| 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 | + |
54 | 73 | # branches to build |
55 | 74 | branches: |
56 | 75 | only: |
|
0 commit comments