Skip to content

Commit c7022ab

Browse files
committed
fix: jps token and no nuget symbols load
1 parent 76d1d04 commit c7022ab

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image: Visual Studio 2019
66
configuration: Release
77
environment:
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

build.cake

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)