diff options
author | Juan Carlos Aguilera Mendez <juanam@microsoft.com> | 2018-02-27 16:23:19 -0800 |
---|---|---|
committer | Juan Carlos Aguilera Mendez <juanam@microsoft.com> | 2018-02-27 16:23:19 -0800 |
commit | e1350949819dda85439025aaff914b31ce77a0d1 (patch) | |
tree | acb4016c64b51d72f8a29f9e30ca1ff05ac65ab9 /buildpipeline | |
parent | 294092473a01f9175d2c8173d3497a4d6e9a9999 (diff) | |
download | coreclr-e1350949819dda85439025aaff914b31ce77a0d1.tar.gz coreclr-e1350949819dda85439025aaff914b31ce77a0d1.tar.bz2 coreclr-e1350949819dda85439025aaff914b31ce77a0d1.zip |
Address comments
Diffstat (limited to 'buildpipeline')
-rw-r--r-- | buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json index adc5f61c07..d481c89b52 100644 --- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json +++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json @@ -89,7 +89,7 @@ "environment": {}, "enabled": true, "continueOnError": true, - "alwaysRun": false, + "alwaysRun": true, "displayName": "Uninstall SCEP", "timeoutInMinutes": 0, "condition": "ne(variables['PB_SkipTests'], 'true')", @@ -131,7 +131,7 @@ "environment": {}, "enabled": true, "continueOnError": true, - "alwaysRun": false, + "alwaysRun": true, "displayName": "Install SCEP", "timeoutInMinutes": 0, "condition": "ne(variables['PB_SkipTests'], 'true')", |