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

xRDCertificateConfiguration: Prevents 'Get-RDServer'' not recognized error #98

Merged
merged 9 commits into from
Jul 14, 2022

Commits on Jul 14, 2022

  1. Prevents an error thrown in some circumstances:

    'The term 'Get-RDServer' is not recognized as the name of a cmdlet'
    uw-dc committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2c99088 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    uw-dc committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    ae7cb77 View commit details
    Browse the repository at this point in the history
  3. Try new Ubuntu image, given:

    `An image label with the label ubuntu 16.04 does not exist.`
    uw-dc committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    13e7259 View commit details
    Browse the repository at this point in the history
  4. try installing DotNetCore2.x

    This is an attempt to resolve `The framework 'Microsoft.NETCore.App', version '2.1.0' (x64) was not found.` in Azure pipeline (gitversion job)
    
    https://dev.azure.com/dsccommunity/xRemoteDesktopSessionHost/_build/results?buildId=6304&view=logs&j=106e58e8-a59e-5cbd-0716-376180231163&t=cc899c23-0acc-5cd0-5295-95cfdd0edd43
    uw-dc committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5fd314e View commit details
    Browse the repository at this point in the history
  5. Should have been .netCore 2.1

    uw-dc committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    152cfc6 View commit details
    Browse the repository at this point in the history
  6. aparently this is the way it's done now

    (at this point I'm willing to try anything)
    uw-dc committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b360f04 View commit details
    Browse the repository at this point in the history
  7. temporary add gitversion/execute task ...

    ... and display calculated vars for debugging purposes
    uw-dc committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    2e6c29c View commit details
    Browse the repository at this point in the history
  8. turns out execute is required

    uw-dc committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c14ecb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0adf589 View commit details
    Browse the repository at this point in the history