diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-07-09 12:32:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 12:32:31 -0700 |
| commit | 3871d733493142a6d31f4f4755fffee5fa8c469c (patch) | |
| tree | 7da41ed9dc271608a6d095f16db372f13eb417e2 /scripts/azure-pipelines | |
| parent | cb8aa9c2eec1b1fb30181a6964362b104f2e6d2b (diff) | |
| download | vcpkg-3871d733493142a6d31f4f4755fffee5fa8c469c.tar.gz vcpkg-3871d733493142a6d31f4f4755fffee5fa8c469c.zip | |
[vcpkg manifests] fix some issues (#12227)
Fixes #12190
Fixes #12208
Fixes #12234
Fixes #12286
Fixes #12315
Fixes #12186
Fixes #12331
Fixes googleapis/google-cloud-cpp#4487
Diffstat (limited to 'scripts/azure-pipelines')
| -rw-r--r-- | scripts/azure-pipelines/azure-pipelines.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/azure-pipelines.yml b/scripts/azure-pipelines/azure-pipelines.yml index 9c66be5a3..80c547633 100644 --- a/scripts/azure-pipelines/azure-pipelines.yml +++ b/scripts/azure-pipelines/azure-pipelines.yml @@ -11,6 +11,8 @@ stages: pool: $(windows-pool)
jobs:
- job:
+ workspace:
+ clean: resources
steps:
- task: Powershell@2
displayName: 'Check C++ Formatting'
@@ -23,6 +25,8 @@ stages: dependsOn: []
jobs:
- job:
+ workspace:
+ clean: resources
steps:
- task: Powershell@2
displayName: 'Check port manifest Formatting'
|
