We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe16e52 commit 229f199Copy full SHA for 229f199
src/automatica.drivers/automatica.driver.modbus/azure-pipelines.yml
@@ -29,8 +29,8 @@ stages:
29
inputs:
30
targetType: 'inline'
31
script: |
32
- dotnet tool install automatica-cli --global 2>/dev/null
33
- dotnet tool update automatica-cli -g 2>/dev/null
+ dotnet tool install automatica-cli --global
+ dotnet tool update automatica-cli -g
34
35
- task: DotNetCoreCLI@2
36
displayName: Restore
0 commit comments