Closed thecodejunkie closed 7 years ago
Publish-NuGet
*.symbols.nupkg
Nuke-Symbol-Packages
Mono
build.ps1/sh
UpdateProjectJsonVersion
version
I have executed all the tasks locally on my machine to make sure they work and do not throw any errors.
Ran the script from Windows
ℹ️ We're seeing the weird net452 dependencies because this isn't building against latest master, but it will when we put out -clinteastwood
Publish-NuGet
task to filter out*.symbols.nupkg
filesNuke-Symbol-Packages
(nothing was calling it)Mono
task (nothing was calling it, not even frombuild.ps1/sh
)UpdateProjectJsonVersion
function so it only updates the firstversion
-attributeI have executed all the tasks locally on my machine to make sure they work and do not throw any errors.