We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a238d commit f5b62eaCopy full SHA for f5b62ea
create_artifacts.ps1
@@ -39,7 +39,7 @@ if ($Configuration -eq "Release" -And $Platform -eq "Any CPU")
39
{
40
Write-Host "Creating NuGet package"
41
nuget.exe --% pack Corale.Colore\Corale.Colore.csproj -Prop Configuration=Release -Prop Platform=AnyCPU -Version "%APPVEYOR_BUILD_VERSION%"
42
- $name = "Corale.Colore.$Env:APPVEYOR_BUILD_VERSION"
+ $name = "Colore.$Env:APPVEYOR_BUILD_VERSION"
43
$file = "$name.nupkg"
44
Push-AppveyorArtifact $file -DeploymentName "nuget_package"
45
}
0 commit comments