summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-28 12:32:24 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-28 12:32:24 +0000
commitb0e350fe16ad17eabf5bbc603f7d817c06ce8554 (patch)
treedbf0c8e9e61c16a0d99de465d2eca9f804b93c42 /azure-pipelines.yml
parentf03775fc0f536b43ace587f6ae9c299a0b8598ef (diff)
Try clean: true for vs2017 checkout failure
https://dev.azure.com/rubylang/ruby/_build/results?buildId=107 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e5fcad043e..fd30ffd00d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -95,6 +95,7 @@ jobs:
steps:
- script: vcpkg --triplet x64-windows install openssl zlib
- checkout: self
+ clean: true
fetchDepth: 1
- script: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"