summaryrefslogtreecommitdiff
path: root/buildpipeline
diff options
context:
space:
mode:
authorjashook <jashoo@microsoft.com>2017-11-02 14:04:17 -0700
committerjashook <jashoo@microsoft.com>2017-11-02 14:04:17 -0700
commit9768fc7db37699e60168f4021d5186c61fb9c471 (patch)
treecd0556a94d559759ca64edab3672b64d881ba8e1 /buildpipeline
parent8c0fd04f78ef2b6325c6be876cc2c2f8e2bc9a1f (diff)
downloadcoreclr-9768fc7db37699e60168f4021d5186c61fb9c471.tar.gz
coreclr-9768fc7db37699e60168f4021d5186c61fb9c471.tar.bz2
coreclr-9768fc7db37699e60168f4021d5186c61fb9c471.zip
Invert eq
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
index a1bce22048..a7a535da02 100644
--- a/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
+++ b/buildpipeline/Dotnet-CoreClr-Trusted-BuildTests.json
@@ -6,7 +6,7 @@
"alwaysRun": false,
"displayName": "Run script $(VS140COMNTOOLS)\\VsDevCmd.bat",
"timeoutInMinutes": 0,
- "condition": "ne(variables['PB_SkipTests'], 'false')",
+ "condition": "ne(variables['PB_SkipTests'], 'true')",
"task": {
"id": "bfc8bf76-e7ac-4a8c-9a55-a944a9f632fd",
"versionSpec": "1.*",
@@ -26,7 +26,7 @@
"alwaysRun": false,
"displayName": "Run clean.cmd",
"timeoutInMinutes": 0,
- "condition": "ne(variables['PB_SkipTests'], 'false')",
+ "condition": "ne(variables['PB_SkipTests'], 'true')",
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
"versionSpec": "1.*",
@@ -44,7 +44,7 @@
"continueOnError": false,
"alwaysRun": false,
"timeoutInMinutes": 0,
- "condition": "ne(variables['PB_SkipTests'], 'false')",
+ "condition": "ne(variables['PB_SkipTests'], 'true')",
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
"versionSpec": "1.*",
@@ -63,7 +63,7 @@
"alwaysRun": false,
"displayName": "Generate version props file",
"timeoutInMinutes": 0,
- "condition": "ne(variables['PB_SkipTests'], 'false')",
+ "condition": "ne(variables['PB_SkipTests'], 'true')",
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
"versionSpec": "1.*",
@@ -82,7 +82,7 @@
"alwaysRun": false,
"displayName": "Run build-test.cmd",
"timeoutInMinutes": 0,
- "condition": "ne(variables['PB_SkipTests'], 'false')",
+ "condition": "ne(variables['PB_SkipTests'], 'true')",
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
"versionSpec": "1.*",
@@ -100,7 +100,7 @@
"continueOnError": false,
"alwaysRun": false,
"displayName": "Send job to Helix",
- "condition": "ne(variables['PB_SkipTests'], 'false')",
+ "condition": "ne(variables['PB_SkipTests'], 'true')",
"timeoutInMinutes": 0,
"task": {
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
@@ -120,7 +120,7 @@
"alwaysRun": true,
"displayName": "Copy Publish Artifact: BuildLogs",
"timeoutInMinutes": 0,
- "condition": "ne(variables['PB_SkipTests'], 'false')",
+ "condition": "ne(variables['PB_SkipTests'], 'true')",
"task": {
"id": "1d341bb0-2106-458c-8422-d00bcea6512a",
"versionSpec": "1.*",