diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dae9526..3eae8e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,10 +12,13 @@ pr: - 'master' pool: - vmImage: 'ubuntu-16.04' + name: 'ReneSchu' variables: System.Debug: true + HTTP_PROXY: 'http://localhost:8888' + HTTPS_PROXY: 'http://localhost:8888' + NODE_TLS_REJECT_UNAUTHORIZED: '0' steps: - checkout: self @@ -38,4 +41,4 @@ steps: linkType: 'System.LinkTypes.Hierarchy-Reverse' linkTarget: 'id' targetId: '1735' - authToken: $(AuthToken) \ No newline at end of file + authToken: '$(AuthToken)' diff --git a/file.txt b/file.txt index d5e0759..f45d4b6 100644 --- a/file.txt +++ b/file.txt @@ -1 +1 @@ -succeed +fail \ No newline at end of file