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

Build system update #120

Merged
merged 1 commit into from
Oct 3, 2019
Merged

Build system update #120

merged 1 commit into from
Oct 3, 2019

Conversation

Danthar
Copy link
Member

@Danthar Danthar commented Oct 3, 2019

  • Bumped hyperion core to net452
  • Updated build scripts to latest version. This included nbench targets although its not used in the solution. Did this so we end up with the same scripts all around. Makes it easier to maintain since there is no need for different build descriptions for each repo.
  • Note that signing targets are also in there, but they are disabled in the target itself

- Bumped hyperion core to net452
- Updated build scripts to latest version. This included nbench targets although its not used in the solution. Did this so we end up with the same scripts all around. Makes it easier to maintain since there is no need for different build descriptions for each repo.
- Note that signing targets are also in there, but they are disabled in the target itself
//--------------------------------------------------------------------------------
Target "SignPackages" (fun _ ->
let canSign = hasBuildParam "SignClientSecret" && hasBuildParam "SignClientUser"
if(false) then
Copy link
Member Author

Choose a reason for hiding this comment

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

This is different then what i did in the serilog packages. Because in order to test i need to actually run the pipeline (eventually) and i wanted to be sure it does not sign / cause errors.

@Aaronontheweb Aaronontheweb merged commit f0bd031 into akkadotnet:dev Oct 3, 2019
@Aaronontheweb
Copy link
Member

Done

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

Successfully merging this pull request may close these issues.

2 participants