зеркало из https://github.com/Azure/iotedgedev.git
minor updates
This commit is contained in:
Родитель
151d8cf974
Коммит
7da3c1c831
|
@ -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"
|
Загрузка…
Ссылка в новой задаче