Make NuGet pack script use the right package id

This commit is contained in:
Rikki Tooley 2014-12-05 15:29:01 +00:00
parent 7b8f11ea75
commit 608d7b1c38
2 changed files with 4 additions and 4 deletions

View File

@ -16,12 +16,12 @@ else
Write-Host "Setting .nuspec version tag to $versionStr" Write-Host "Setting .nuspec version tag to $versionStr"
$content = (Get-Content $root\.nuget\IF.Lastfm.nuspec) $content = (Get-Content $root\.nuget\Inflatable.Lastfm.nuspec)
$content = $content -replace '\$version',$versionStr $content = $content -replace '\$version',$versionStr
$content | Out-File $root\.nuget\IF.Lastfm.$versionStr.compiled.nuspec $content | Out-File $root\.nuget\Inflatable.Lastfm.$versionStr.compiled.nuspec
& $root\.nuget\NuGet.exe pack $root\.nuget\IF.Lastfm.$versionStr.compiled.nuspec & $root\.nuget\NuGet.exe pack $root\.nuget\Inflatable.Lastfm.$versionStr.compiled.nuspec
# publish to appveyor feeds # publish to appveyor feeds
appveyor PushArtifact IF.Lastfm.$versionStr.nupkg appveyor PushArtifact Inflatable.Lastfm.$versionStr.nupkg