Skip to content

Commit

Permalink
Use PowerShell not Pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-marichal committed Jun 14, 2024
1 parent 11b27c8 commit d7545aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ stages:
$signAssemblies = [System.Convert]::ToBoolean("$(IS_RELEASE_BRANCH)") # the variable is a string, we need a boolean
Package-NetFrameworkScanner -SignAssemblies $signAssemblies
Package-NetScanner -SignAssemblies $signAssemblies
pwsh: true
- task: NuGetCommand@2
displayName: 'Package dotnet global tool'
Expand Down

0 comments on commit d7545aa

Please sign in to comment.