mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-13 09:23:52 -07:00
Run default addressables build conditionally (#231)
* Add asmdef and Addressable content build in the builder * Move asmdef content into its own directory * Mark UnityBuilderAction as Editor-only
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
namespace UnityBuilderAction.Versioning
|
||||
{
|
||||
public static class VersionGenerator
|
||||
{
|
||||
public static string Generate()
|
||||
{
|
||||
return Git.GenerateSemanticCommitVersion();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user