File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,15 @@ pool:
19
19
vmImage : " ubuntu-22.04"
20
20
21
21
steps :
22
+ - task : PipAuthenticate@1
23
+ displayName : ' Pip Authenticate'
24
+ inputs :
25
+ # Provide list of feed names which you want to authenticate.
26
+ # Project scoped feeds must include the project name in addition to the feed name.
27
+ artifactFeeds : ' X-Ware/X-Ware_PublicPackages'
28
+
22
29
- bash : sudo $(Build.SourcesDirectory)/scripts/install.sh
23
30
displayName : ' Install softwares'
24
- env :
25
- INDEX_URL : $(INDEX_URL)
26
31
27
32
- task : Bash@3
28
33
displayName : ' SDL check'
Original file line number Diff line number Diff line change @@ -18,10 +18,15 @@ pool:
18
18
vmImage : " ubuntu-22.04"
19
19
20
20
steps :
21
+ - task : PipAuthenticate@1
22
+ displayName : ' Pip Authenticate'
23
+ inputs :
24
+ # Provide list of feed names which you want to authenticate.
25
+ # Project scoped feeds must include the project name in addition to the feed name.
26
+ artifactFeeds : ' X-Ware/X-Ware_PublicPackages'
27
+
21
28
- bash : sudo $(Build.SourcesDirectory)/scripts/install.sh
22
29
displayName : ' Install softwares'
23
- env :
24
- INDEX_URL : $(INDEX_URL)
25
30
26
31
- task : Bash@3
27
32
displayName : ' SDL check'
Original file line number Diff line number Diff line change @@ -17,6 +17,5 @@ apt-get install -y \
17
17
software-properties-common
18
18
19
19
python3 -m pip install --upgrade pip
20
- pip3 install artifacts-keyring
21
- pip3 install gcovr==4.1 $INDEX_URL
20
+ pip3 install gcovr==4.1
22
21
You can’t perform that action at this time.
0 commit comments