File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 55
66environment :
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
1510build_script :
1611 - ps : dotnet --info
Original file line number Diff line number Diff line change @@ -286,6 +286,7 @@ Target "Prepare" DoNothing
286286Target " PrepareRelease" DoNothing
287287Target " All" DoNothing
288288Target " 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"
You can’t perform that action at this time.
0 commit comments