File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ image: Visual Studio 2019
6
6
configuration : Release
7
7
environment :
8
8
GITHUB_TOKEN :
9
- secure : 4GT6JbuhjB6v+IzifNiMMXTry/UPkE/Y4DfNyEY0ejKOY3iVVHB/PIvHkzYGBuH2
9
+ secure : zsWIpg7UDWDC8gdxcdVosOAFCmshmoZX0GolgiAF3XnveYMWMGcAJbb5Z/9qmBKF
10
10
NUGET_TOKEN :
11
11
secure : JvivQ+Oe+fRm+VSxe9SSfjSglUUJDpNYt9Ft7dhJ3MwOBBE70BIPK1rQJNqtPVC4
12
12
# 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")
297
297
}
298
298
) ;
299
299
}
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
- }
311
300
} ) ;
312
301
313
302
///////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments