Skip certificate verification on build
This commit is contained in:
parent
542ff6c2ad
commit
da0a7e23ea
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
clone:
|
||||
skip_verify: true
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: mcr.microsoft.com/dotnet/core/sdk:2.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue