Skip to content
Snippets Groups Projects
Commit a76a6b88 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Fix: fixed missing line

parent 9775e187
No related branches found
No related tags found
1 merge request!24Fix: fixed missing line
......@@ -340,6 +340,7 @@ Task("Prerelease")
Task("Release")
.IsDependentOn("NugetPack")
.IsDependentOn("CopyToArtifacts")
.IsDependentOn("NugetPushLocal")
.IsDependentOn("NugetPush");
Task("Default")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment