dotnet pack the nuget packages

This commit is contained in:
Dylan Wilson
2018-05-14 23:08:18 +10:00
parent 339e69b994
commit db2a7b558a
+1 -1
View File
@@ -53,7 +53,7 @@ Task("Test")
});
Task("Pack")
//.IsDependentOn("Test")
.IsDependentOn("Test")
.Does(() =>
{
var artifactsDirectory = "./artifacts";