From eb940346e6551d1477bc8e2562124d30bb0e514c Mon Sep 17 00:00:00 2001 From: Juan Carlos Aguilera Mendez Date: Fri, 2 Mar 2018 14:19:06 -0800 Subject: [PATCH] Addressing reverted change in PR --- .../Dotnet-CoreClr-Trusted-BuildTests.json | 2 +- scep-ops.cmd | 34 ---------------------- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 scep-ops.cmd diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json index 481417d..5a021ac 100644 --- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json +++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json @@ -91,7 +91,7 @@ "environment": {}, "enabled": true, "continueOnError": true, - "alwaysRun": true, + "alwaysRun": false, "displayName": "Create Auth'd NuGet.config", "timeoutInMinutes": 0, "condition": "succeeded()", diff --git a/scep-ops.cmd b/scep-ops.cmd deleted file mode 100644 index 77b15c3..0000000 --- a/scep-ops.cmd +++ /dev/null @@ -1,34 +0,0 @@ -@if not defined _echo @echo off - -set NO_DASHES_ARG=%1 -if not defined NO_DASHES_ARG goto no_args -if /I [%NO_DASHES_ARG:-=%] == [?] goto Usage -if /I [%NO_DASHES_ARG:-=%] == [h] goto Usage - -if not defined NO_DASHES_ARG goto Usage -if /I [%NO_DASHES_ARG:-=%] == [i] ( - echo Instaling SCEP ... - call \\ddsccmps\Client\scepinstall.exe /q /s /policy \\ddsccmps\Client\ep_defaultpolicy.xml - exit /b !ERRORLEVEL! -) - -if /I [%NO_DASHES_ARG:-=%] == [u] ( - echo Uninstaling SCEP ... - call \\ddsccmps\Client\scepinstall.exe /u /s - exit /b !ERRORLEVEL! -) - -goto Usage - -:no_args -if [%1]==[] goto Usage - -:Usage -echo. -echo Usage: scep-ops [-i] [-u] -echo Install or uninstalls System Center Endpoint Protection. -echo Options: -echo -i - Installs SCEP. -echo -u - Uninstalls SCEP. -echo. -exit /b \ No newline at end of file -- 2.7.4