mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-21 01:39:32 +00:00
using gitversion nugetversion variable for artifacts
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ Task("Pack")
|
||||
CleanDirectory(artifactsDirectory);
|
||||
NuGetPack(nuspecFiles, new NuGetPackSettings
|
||||
{
|
||||
Version = $"{gitVersion.MajorMinorPatch}",
|
||||
Version = $"{gitVersion.NuGetVersion}",
|
||||
OutputDirectory = artifactsDirectory
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user