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

Reverted some changes that shouldnt be committed and fixed some stuff #795

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

Barsonax
Copy link
Member

@Barsonax Barsonax commented Apr 22, 2020

  • Reverted some changes from Moving package management to a csproj #786 that shouldn't have been committed.
  • Made it possible for the nightly builder to handle prerelease suffixes in nuget versions. For example 4.0.0-alpha.
  • Fixed path to nunit.exe to be nunit3-console.exe so that it now works. I think eventually we want to use tools like this in a more clean way (without having to commit files like these to source control, depend on hardcoded paths, locally installed tools etc) but thats something for Move from the legacy nightlybuilder tool to more modern tooling #718
  • Projects in tools now use net framework 4.7.2 instead of 4.5.2 so that this is now consistent with all other net framework projects.

@Barsonax Barsonax self-assigned this Apr 22, 2020
@Barsonax Barsonax requested a review from ilexp April 22, 2020 08:39
@Barsonax Barsonax changed the title Reverted some changes that shouldnt be committed and made it possible for the nightlyupdated to handle prerelease versions Reverted some changes that shouldnt be committed and fixed some stuff Apr 22, 2020
Barsonax referenced this pull request Apr 22, 2020
…ckage management (#789)

#CHANGE: Removed package manager and new project logic in favor of csproj based package management, bumped version to 4.0.0-alpha
… to use nuget versions with a prerelease suffix in the nightlybuilder
@Barsonax Barsonax force-pushed the feature/nightlybuilderfix branch from d7f8975 to f4fc520 Compare April 22, 2020 09:13
@Barsonax Barsonax requested a review from SirePi April 22, 2020 09:16
@Barsonax Barsonax added the DevTool Area: Development tools and environment label Apr 22, 2020
@Barsonax Barsonax merged commit 7af3efc into master Apr 22, 2020
@Barsonax Barsonax deleted the feature/nightlybuilderfix branch April 26, 2020 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevTool Area: Development tools and environment
Development

Successfully merging this pull request may close these issues.

2 participants