File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ image: Visual Studio 2019
66configuration : Release
77environment :
88 GITHUB_TOKEN :
9- secure : 4GT6JbuhjB6v+IzifNiMMXTry/UPkE/Y4DfNyEY0ejKOY3iVVHB/PIvHkzYGBuH2
9+ secure : zsWIpg7UDWDC8gdxcdVosOAFCmshmoZX0GolgiAF3XnveYMWMGcAJbb5Z/9qmBKF
1010 NUGET_TOKEN :
1111 secure : JvivQ+Oe+fRm+VSxe9SSfjSglUUJDpNYt9Ft7dhJ3MwOBBE70BIPK1rQJNqtPVC4
1212# Do not build feature branch with open Pull Requests
Original file line number Diff line number Diff line change @@ -297,17 +297,6 @@ Task("NuGetFeed")
297297 }
298298 ) ;
299299 }
300- var symbols = GetFiles ( $ "{ buildArtifacts . Path } /*.snupkg") ;
301- foreach ( var symbol in symbols )
302- {
303- NuGetPush (
304- symbol ,
305- new NuGetPushSettings {
306- Source = nuGetSource ,
307- ApiKey = nugetReleaseToken
308- }
309- ) ;
310- }
311300} ) ;
312301
313302///////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments