diff --git a/MonoGame.SplineFlower.Content.Pipeline/MonoGame.SplineFlower.Content.Pipeline.csproj b/MonoGame.SplineFlower.Content.Pipeline/MonoGame.SplineFlower.Content.Pipeline.csproj index 433e9e7..6fbd328 100644 --- a/MonoGame.SplineFlower.Content.Pipeline/MonoGame.SplineFlower.Content.Pipeline.csproj +++ b/MonoGame.SplineFlower.Content.Pipeline/MonoGame.SplineFlower.Content.Pipeline.csproj @@ -77,8 +77,7 @@ if $(ConfigurationName) == NuGetRelease nuget pack "$(ProjectPath)" -properties Configuration=NuGetRelease -OutputDirectory "$(SolutionDir)create" -if $(ConfigurationName) == NuGetRelease nuget push -Source nuget.org "$(SolutionDir)create\*.nupkg" -if $(ConfigurationName) == NuGetRelease del /q "$(SolutionDir)create\*.nupkg" +if $(ConfigurationName) == NuGetRelease nuget push -Source nuget.org -SkipDuplicate "$(SolutionDir)create\*.nupkg"