Skip to content

Fix java pack on local builds #23237

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 1 commit into from
Jun 23, 2020
Merged

Fix java pack on local builds #23237

merged 1 commit into from
Jun 23, 2020

Conversation

BrennanConroy
Copy link
Member

error MSB3030: Could not copy the file "build\libs\signalr-5.0.0-dev.jar" because it was not found.

The version file will update every major/minor, but those aren't very often so it's fine.

@BrennanConroy BrennanConroy requested a review from dougbu June 22, 2020 20:37
@BrennanConroy BrennanConroy requested a review from halter73 as a code owner June 22, 2020 20:37
@ghost ghost added the area-signalr Includes: SignalR clients and servers label Jun 22, 2020
@@ -6,6 +6,6 @@

class Version {
public static String getDetailedVersion() {
return "99.99.99-dev";
return "5.0.0-dev";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this file automatically updated anyhow? I'm wondering because PR validation (where the version is "5.0.0-ci") and builds of release/5.0-preview* have been succeeding.

Put another way, does this file need to change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we don't update the file then local builds will constantly show this file as changed which is annoying. We could ignore the file, but this seems fine.

@BrennanConroy BrennanConroy merged commit 6a4d79c into master Jun 23, 2020
@BrennanConroy BrennanConroy deleted the brecon/javaversion branch June 23, 2020 03:21
@BrennanConroy BrennanConroy added this to the 5.0.0-preview8 milestone Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants