This commit is contained in:
Avin Agrawal 2021-02-05 18:45:17 -08:00
Родитель 151d8cf974
Коммит 7da3c1c831
2 изменённых файлов: 15 добавлений и 15 удалений

Просмотреть файл

@ -9,6 +9,13 @@ steps:
addToPath: true
architecture: "x64"
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'LogOnly'
verbosity: 'Verbose'
alertWarningLevel: 'High'
failOnAlert: false
- powershell: |
sudo npm install -g yo
sudo npm i -g yo generator-azure-iot-edge-module
@ -25,10 +32,3 @@ steps:
mvn -v
sudo -E `which tox` -e "$(TOXENV)"
displayName: "Run test"
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'LogOnly'
verbosity: 'Verbose'
alertWarningLevel: 'High'
failOnAlert: false

Просмотреть файл

@ -9,6 +9,13 @@ steps:
addToPath: true
architecture: "x64"
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'LogOnly'
verbosity: 'Verbose'
alertWarningLevel: 'High'
failOnAlert: false
- pwsh: |
npm i -g iothub-explorer yo generator-azure-iot-edge-module
displayName: "Install IoT Hub explorer, Yeoman and Azure IoT Edge Node.js module generator packages"
@ -22,10 +29,3 @@ steps:
pip install tox
tox -e "$(TOXENV)"
displayName: "Run tests against iotedgedev source code"
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'LogOnly'
verbosity: 'Verbose'
alertWarningLevel: 'High'
failOnAlert: false