You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
@@ -145,6 +145,7 @@
|
||||
"alwaysRun": false,
|
||||
"displayName": "Run $(Agent.BuildDirectory)/s/corefx/build-tests.sh",
|
||||
"timeoutInMinutes": 0,
|
||||
"condition": "and(succeeded(), ne(variables.PB_SkipTests, 'true'))",
|
||||
"refName": "Task8",
|
||||
"task": {
|
||||
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
|
||||
@@ -165,6 +166,7 @@
|
||||
"alwaysRun": false,
|
||||
"displayName": "Create Helix Test Jobs",
|
||||
"timeoutInMinutes": 0,
|
||||
"condition": "and(succeeded(), ne(variables.PB_SkipTests, 'true'), ne(variables.PB_EnableCloudTest, 'false'))",
|
||||
"refName": "Task9",
|
||||
"task": {
|
||||
"id": "d9bafed4-0b18-4f58-968d-86655b4d2ce9",
|
||||
@@ -205,6 +207,7 @@
|
||||
"alwaysRun": true,
|
||||
"displayName": "Copy Files to: $(Build.StagingDirectory)\\BuildLogs",
|
||||
"timeoutInMinutes": 0,
|
||||
"condition": "succeededOrFailed()",
|
||||
"refName": "CopyFiles1",
|
||||
"task": {
|
||||
"id": "5bfb729a-a7c8-4a78-a7c3-8d717bb7c13c",
|
||||
@@ -227,6 +230,7 @@
|
||||
"alwaysRun": true,
|
||||
"displayName": "Publish Artifact: BuildLogs",
|
||||
"timeoutInMinutes": 0,
|
||||
"condition": "succeededOrFailed()",
|
||||
"refName": "PublishBuildArtifacts2",
|
||||
"task": {
|
||||
"id": "2ff763a7-ce83-4e1f-bc89-0ae63477cebe",
|
||||
@@ -328,6 +332,19 @@
|
||||
"PB_CreateHelixArguments": {
|
||||
"value": "/t:CloudBuild /p:ArchGroup=x64 /p:ConfigurationGroup=Release /p:\"EnableCloudTest=true /p:\"TestProduct=corefx /p:\"TimeoutInSeconds=1200\" /p:\"TargetOS=OSX\" /p:FilterToOSGroup=OSX",
|
||||
"allowOverride": true
|
||||
},
|
||||
"PB_SkipTests": {
|
||||
"value": "false",
|
||||
"allowOverride": true
|
||||
},
|
||||
"PB_PackageVersionPropsUrl": {
|
||||
"value": ""
|
||||
},
|
||||
"PACKAGEVERSIONPROPSURL": {
|
||||
"value": "$(PB_PackageVersionPropsUrl)"
|
||||
},
|
||||
"PB_AssetRootUrl": {
|
||||
"value": ""
|
||||
}
|
||||
},
|
||||
"demands": [
|
||||
@@ -373,6 +390,7 @@
|
||||
},
|
||||
"processParameters": {},
|
||||
"quality": "definition",
|
||||
"drafts": [],
|
||||
"queue": {
|
||||
"id": 330,
|
||||
"name": "DotNetCore-Build",
|
||||
@@ -392,7 +410,7 @@
|
||||
"description": "Visual Studio and DevDiv team project for git source code repositories. Work items will be added for Adams, Dev14 work items are tracked in vstfdevdiv. ",
|
||||
"url": "https://devdiv.visualstudio.com/DefaultCollection/_apis/projects/0bdbc590-a062-4c3f-b0f6-9383f67865ee",
|
||||
"state": "wellFormed",
|
||||
"revision": 418098167,
|
||||
"revision": 418098432,
|
||||
"visibility": "organization"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user