mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 03:56:31 +00:00
dotnet pack the nuget packages
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ Task("Test")
|
||||
});
|
||||
|
||||
Task("Pack")
|
||||
//.IsDependentOn("Test")
|
||||
.IsDependentOn("Test")
|
||||
.Does(() =>
|
||||
{
|
||||
var artifactsDirectory = "./artifacts";
|
||||
|
||||
Reference in New Issue
Block a user