Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Build Script #175

Open
nikeee opened this issue Jun 14, 2023 · 1 comment
Open

Simplify Build Script #175

nikeee opened this issue Jun 14, 2023 · 1 comment

Comments

@nikeee
Copy link
Owner

nikeee commented Jun 14, 2023

This is filled by a script that runs in the CI build:

// 1.0.0-beta.2+deadbeef
// These info is filled by build script
public const string VersionFormal = "%VERSION%"; // 1.0.0
private const string ReleaseSuffix = "%RELEASE-SUFFIX%"; // -beta
public const string CommitsSinceTag = "%COMMITS-SINCE-TAG%"; // .2
public const string CommitId = "%COMMIT-ID%"; // +deadbeef

Maybe we can use ThisAssembly.Git for that.

@nikeee
Copy link
Owner Author

nikeee commented Jun 14, 2023

Depends on #176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant