Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/PowerShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.9
Choose a base ref
...
head repository: PowerShell/PowerShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.10
Choose a head ref
  • 15 commits
  • 35 files changed
  • 4 contributors

Commits on Mar 17, 2022

  1. Merged PR 19623: Make sure global tool packages are published in stab…

    …le build
    
    Make sure global tool packages are published in stable build
    daxian-dbw committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    284f9e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Merged PR 19934: Create checksum file for global tools

    Cherry-picking the checksum changes:
    1. #15678
    1. #17056
    daxian-dbw committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    44028aa View commit details
    Browse the repository at this point in the history
  2. Merged PR 19949: Update dotnet-install script download link

    Update the link for downloading the dotnet-install.ps1 link for CI.
    PaulHigin committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    38d36d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Update Ubuntu images to use Ubuntu 20.04 (#15906)

    Update Ubuntu images to use Ubuntu 20.04 (#15906)
    
    Updated windows.yml
    
    # Conflicts:
    #	.vsts-ci/linux-daily.yml
    #	test/powershell/Language/Scripting/NativeExecution/NativeStreams.Tests.ps1
    #	test/powershell/Modules/PSDesiredStateConfiguration/MOF-Compilation.Tests.ps1
    #	test/powershell/Modules/PSDesiredStateConfiguration/PSDesiredStateConfiguration.Tests.ps1
    TravisEz13 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8cf1079 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Skip failing scriptblock tests (#17093)

    Skip failing scriptblock tests (#17093)
    #17093
    anmenaga authored and TravisEz13 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    83d1ad8 View commit details
    Browse the repository at this point in the history
  2. Re-enable PowerShellGet tests targeting PowerShell gallery (#17062)

    Re-enable `PowerShellGet` tests targeting PowerShell gallery (#17062)
    
    # Conflicts:
    #	test/powershell/Modules/PackageManagement/PackageManagement.Tests.ps1
    
    # Conflicts:
    #	test/powershell/Modules/PackageManagement/PackageManagement.Tests.ps1
    TravisEz13 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    c6fe907 View commit details
    Browse the repository at this point in the history
  3. Merged PR 20189: Disable broken macOS CI job, which is unused

    Disable broken macOS CI job, which is unused
    TravisEz13 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ea3f076 View commit details
    Browse the repository at this point in the history
  4. Merged PR 20133: Updated to .NET 3.1.24 / SDK 3.1.418

    Updated to .NET 3.1.24 / SDK 3.1.418
    anmenaga authored and TravisEz13 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5dc2d18 View commit details
    Browse the repository at this point in the history
  5. Merged PR 20186: Do not include node names when sending telemetry. (#…

    …16981) to v7.0.10
    
    Do not include node names when sending telemetry. (#16981)
    #16981
    anmenaga committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    48326a7 View commit details
    Browse the repository at this point in the history
  6. Fix for partial PowerShell module search paths, that can be resolved …

    …to CWD locations
    TravisEz13 authored and anmenaga committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    38e55e1 View commit details
    Browse the repository at this point in the history
  7. Merged PR 20208: Updated files.wxs for 7.0.10

    Updated files.wxs for 7.0.10
    anmenaga committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b8a9cab View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Merged PR 20261: Making NameObscurerTelemetryInitializer internal - v…

    …7.0.10
    
    Making NameObscurerTelemetryInitializer internal
    anmenaga committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    e010942 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Merged PR 20275: Fix Generate checksum file for packages build failur…

    …e - v7.0.10
    
    Fix Generate checksum file for packages build failure
    anmenaga committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    ca7d8e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merged PR 20363: Fixed package names verification to support multi-di…

    …git versions
    
    Fixed package names verification to support multi-digit versions.
    
    Currently "Validate RPM package names" release step is failing because of version "7.0.10" in these examples:
    WARNING: powershell-7.0.10-1.centos.8.x86_64.rpm is not a valid package name
    WARNING: powershell-7.0.10-1.rhel.7.x86_64.rpm is not a valid package name
    WARNING: powershell-lts-7.0.10-1.centos.8.x86_64.rpm is not a valid package name
    WARNING: powershell-lts-7.0.10-1.rhel.7.x86_64.rpm is not a valid package name
    anmenaga committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    afb534f View commit details
    Browse the repository at this point in the history
  2. Merged PR 20442: Changelog for v7.0.10

    Changelog for 7.0.10
    anmenaga committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    2deb3f1 View commit details
    Browse the repository at this point in the history
Loading