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

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

@ -8,6 +8,13 @@ steps:
versionSpec: "$(python.version)"
addToPath: true
architecture: "x64"
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'LogOnly'
verbosity: 'Verbose'
alertWarningLevel: 'High'
failOnAlert: false
- powershell: |
sudo npm install -g yo
@ -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

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

@ -8,6 +8,13 @@ steps:
versionSpec: "$(python.version)"
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
@ -21,11 +28,4 @@ steps:
- pwsh: |
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
displayName: "Run tests against iotedgedev source code"