diff options
-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')", |