Skip to content

Commit

Permalink
revert package name
Browse files Browse the repository at this point in the history
  • Loading branch information
neutmute committed Aug 24, 2016
1 parent 28da705 commit 5179183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -49,7 +49,7 @@ function nugetPublish{

if(Test-Path Env:\nugetapikey ){
_WriteOut -ForegroundColor $ColorScheme.Banner "Nuget publish..."
&nuget push .\_output\* -ApiKey "$env:nugetapikey" -source https://www.nuget.org
&nuget push $outputFolder\* -ApiKey "$env:nugetapikey" -source https://www.nuget.org
}
else{
_WriteOut -ForegroundColor Yellow "nugetapikey environment variable not detected. Skipping nuget publish"
Expand Down
2 changes: 1 addition & 1 deletion source/Loggly.Config/Loggly.Config.nuspec
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>loggly-csharp-config-netcore</id>
<id>loggly-csharp-config</id>
<title>loggly-csharp-config</title>
<version>$version$</version>
<authors>neutmute</authors>
Expand Down
2 changes: 1 addition & 1 deletion source/Loggly/Loggly.nuspec
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>loggly-csharp-netcore</id>
<id>loggly-csharp</id>
<version>$version$</version>
<title>loggly-csharp</title>
<authors>neutmute</authors>
Expand Down

0 comments on commit 5179183

Please sign in to comment.