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

Merge branch 'Topic/570-gitVersion' into 'master'

Fix: fixed missing line

See merge request coscine/cs/exampleproject!24
parents 7cd9f409 a76a6b88
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