Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCartBlanche <savagesoftware@gmail.com>2020-08-03 17:32:03 +0300
committerCartBlanche <savagesoftware@gmail.com>2020-08-03 17:32:03 +0300
commitf3241063daec5fafb9413eeb3381293f1ff32748 (patch)
tree8f3f474a8e6b6878fc695dee4c229a6303fa85c5
parentc1c2bbc1ac9af33c908df2ed93f869ab59e5f0bd (diff)
Should be using exclustionFile and not AEPath
-rw-r--r--azure-pipelines.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml
index 5bb013c..1eec6d7 100644
--- a/azure-pipelines.yaml
+++ b/azure-pipelines.yaml
@@ -46,7 +46,7 @@ stages:
- checkout: self
- template: security/policheck/v1.yml@templates
parameters:
- UEPATH: $(System.DefaultWorkingDirectory)/UserExclusion.xml
+ exclusionFile: $(System.DefaultWorkingDirectory)/UserExclusion.xml
- task: securedevelopmentteam.vss-secure-development-tools.build-task-uploadtotsa.TSAUpload@1
displayName: 'TSA V2 upload to Xamarin.PropertyEditing_master'