Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: Azure/azure-powershell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eedd77eae728592e8829caf523386d9e2c0042f6
Choose a base ref
..
head repository: Azure/azure-powershell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 84841a43cae076fe38e54ab5ecc47ec40808e338
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .azure-pipelines/util/analyze-steps.yml
  2. +1 −1 .azure-pipelines/util/build-steps.yml
  3. +1 −1 .azure-pipelines/util/test-steps.yml
2 changes: 1 addition & 1 deletion .azure-pipelines/util/analyze-steps.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ steps:
displayName: Setup global.json
inputs:
targetType: inline
script: "$SdkVersion=(dotnet --list-sdks | Select-String '3.1.\\d{3}').Matches[0].Value; dotnet new globaljson --sdk-version $SdkVersion --force"
script: "$SdkVersion=(dotnet --list-sdks | Select-String '[3,4,5].\\d.\\d{3}').Matches[0].Value; dotnet new globaljson --sdk-version $SdkVersion --force"
pwsh: true

- pwsh: 'Install-Module "platyPS", "PSScriptAnalyzer" -Force -Confirm:$false -Scope CurrentUser'
2 changes: 1 addition & 1 deletion .azure-pipelines/util/build-steps.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ steps:
displayName: Setup global.json
inputs:
targetType: inline
script: "$SdkVersion=(dotnet --list-sdks | Select-String '3.1.\\d{3}').Matches[0].Value; dotnet new globaljson --sdk-version $SdkVersion --force"
script: "$SdkVersion=(dotnet --list-sdks | Select-String '[3,4,5].\\d.\\d{3}').Matches[0].Value; dotnet new globaljson --sdk-version $SdkVersion --force"
pwsh: true

- task: DotNetCoreCLI@2
2 changes: 1 addition & 1 deletion .azure-pipelines/util/test-steps.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ steps:
displayName: Setup global.json
inputs:
targetType: inline
script: "$SdkVersion=(dotnet --list-sdks | Select-String '3.1.\\d{3}').Matches[0].Value; dotnet new globaljson --sdk-version $SdkVersion --force"
script: "$SdkVersion=(dotnet --list-sdks | Select-String '[3,4,5].\\d.\\d{3}').Matches[0].Value; dotnet new globaljson --sdk-version $SdkVersion --force"
pwsh: true

- task: DotNetCoreCLI@2