Skip to content

Commit 45544de

Browse files
committed
added fake target CreatePackage to build the complete package.
use only one job in appveyor
1 parent 760db5b commit 45544de

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ init:
55

66
environment:
77
matrix:
8-
- BUILD_TARGET: NuGet
9-
- BUILD_TARGET: Nuget.AddNetCore
10-
11-
matrix:
12-
allow_failures:
13-
- BUILD_TARGET: Nuget.AddNetCore
8+
- BUILD_TARGET: CreatePackage
149

1510
build_script:
1611
- ps: dotnet --info

build.fsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ Target "Prepare" DoNothing
286286
Target "PrepareRelease" DoNothing
287287
Target "All" DoNothing
288288
Target "Release" DoNothing
289+
Target "CreatePackage" DoNothing
289290

290291
"Clean"
291292
=?> ("BuildVersion", isAppVeyorBuild)
@@ -304,6 +305,7 @@ Target "Release" DoNothing
304305
==> "SourceLink"
305306
==> "NuGet"
306307
=?> ("Nuget.AddNetCore", isDotnetSDKInstalled)
308+
==> "CreatePackage"
307309
==> "GitHubRelease"
308310
==> "PublishNuGet"
309311
==> "Release"

0 commit comments

Comments
 (0)