sdecker

Results 5 comments of sdecker

PS C:\Users\bcadroot> if (-not (Get-AcmeRegistration -ErrorAction SilentlyContinue) ) {New-ACMERegistration -Contacts "mailto:$email" -AcceptTos} Get-AcmeRegistration : No registrations found At line:1 char:11 + if (-not (Get-AcmeRegistration -ErrorAction SilentlyContinue) ) {New- ... +...

This is a MUST to be able to service .Net Core properly with embedding the runtime.

Interesting. Is that a recent documentation update? We had not found that on our previous research. One concern is that the bundle still increments with each .Net Core release even...

When a new HostingBundle is released, how do we know if the hosting module has actually updated without looking at the GitHub repo?

Here's our real problem in a nutshell. All new versions including revision level (not just minor and major) install side-by-side. This means everytime we upgrade the runtime it leaves old...