Skip to content

made it easier to generate local beta packages of Akka.NET #3639

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

Merged
merged 3 commits into from
Nov 5, 2018

Conversation

Aaronontheweb
Copy link
Member

If TeamCity isn't available to pass in a build number environment variable, beta NuGet packages will now be named using the following convention:

[PackageName].[VerisonInReleaseNotes]-beta[DateTime.UtcNow.Ticks]

If the BUILD_NUMBER environment variable is available, NuGet packages will be built the same way they are now:

[PackageName].[VerisonInReleaseNotes]-beta[BUILD_NUMBER]

Ported the strategy over from NBench and Hyperion: akkadotnet/Hyperion#103

@Aaronontheweb
Copy link
Member Author

Going to want to double check the output of the ARTIFACTS folder in TeamCity before this merges, just in case I screwed something up.

@Aaronontheweb Aaronontheweb added this to the 1.3.11 milestone Nov 5, 2018
@Aaronontheweb
Copy link
Member Author

Ok, nightlies look good - still using their TeamCity-assigned numbers

@Aaronontheweb Aaronontheweb merged commit cc83915 into akkadotnet:dev Nov 5, 2018
@Aaronontheweb Aaronontheweb deleted the betanumber-bump branch November 5, 2018 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant