You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@@ -15,7 +15,7 @@
|
||||
"scriptType": "inlineScript",
|
||||
"scriptName": "",
|
||||
"arguments": "-path $(build.SourcesDirectory)\\corefx",
|
||||
"inlineScript": "param($path)\n\nif (Test-Path $path){\n # this will print out an error each time a file can't be deleted.\n Remove-Item -Recurse -Force $path\n }\n\nif (Test-Path $path){\n # in case corefx is still alive\n .\\diag_tools\\handle.exe -accepteula $path\n }",
|
||||
"inlineScript": "param($path)\n\nif (Test-Path $path){\n Stop-Process -processname msbuild -ErrorAction Ignore -Verbose\n Stop-Process -processname dotnet -ErrorAction Ignore -Verbose\n Stop-Process -processname vbcscompiler -ErrorAction Ignore -Verbose\n # this will print out an error each time a file can't be deleted.\n Remove-Item -Recurse -Force $path\n }\n",
|
||||
"workingFolder": "",
|
||||
"failOnStandardError": "true"
|
||||
}
|
||||
@@ -105,7 +105,7 @@
|
||||
},
|
||||
"inputs": {
|
||||
"filename": "$(Build.SourcesDirectory)\\corefx\\sync.cmd",
|
||||
"arguments": "$(PB_SyncArguments) $(PB_OptionalToolingSyncArguments)",
|
||||
"arguments": "$(PB_SyncArguments) $(PB_OptionalToolingSyncArguments) $(PB_PipelineBuildMSBuildArguments)",
|
||||
"workingFolder": "corefx",
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
@@ -141,7 +141,7 @@
|
||||
},
|
||||
"inputs": {
|
||||
"filename": "$(Build.SourcesDirectory)\\corefx\\build.cmd",
|
||||
"arguments": "$(PB_BuildArguments) $(PB_PipelineBuildMSBuildArguments)",
|
||||
"arguments": "-OfficialBuildId=$(OfficialBuildId) $(PB_BuildArguments) $(PB_PipelineBuildMSBuildArguments)",
|
||||
"workingFolder": "corefx",
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
@@ -204,7 +204,7 @@
|
||||
},
|
||||
"inputs": {
|
||||
"filename": "$(Build.SourcesDirectory)\\corefx\\publish-packages.cmd",
|
||||
"arguments": "-AzureAccount=$(PB_CloudDropAccountName) -AzureToken=$(CloudDropAccessToken) -Container=$(PB_Label) -- /p:OverwriteOnPublish=true",
|
||||
"arguments": "-AzureAccount=$(PB_CloudDropAccountName) -AzureToken=$(CloudDropAccessToken) -Container=$(PB_Label) -- /p:OverwriteOnPublish=false",
|
||||
"workingFolder": "corefx",
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
@@ -232,7 +232,7 @@
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
"alwaysRun": false,
|
||||
"displayName": "Publish symbols path: \\\\cpvsbuild\\drops\\DotNetCore\\$(PB_SymbolsBuildIdRoot)$(System.DefinitionId)\\$(Build.BuildNumber)\\symbols",
|
||||
"displayName": "Index symbol sources",
|
||||
"timeoutInMinutes": 0,
|
||||
"task": {
|
||||
"id": "0675668a-7bba-4ccb-901d-5ad6554ca653",
|
||||
@@ -240,7 +240,7 @@
|
||||
"definitionType": "task"
|
||||
},
|
||||
"inputs": {
|
||||
"SymbolsPath": "\\\\cpvsbuild\\drops\\DotNetCore\\$(PB_SymbolsBuildIdRoot)$(System.DefinitionId)\\$(Build.BuildNumber)\\symbols",
|
||||
"SymbolsPath": "",
|
||||
"SearchPattern": "corefx\\bin\\*$(PB_Platform).$(PB_ConfigurationGroup)\\**\\*.pdb",
|
||||
"SymbolsFolder": "",
|
||||
"SkipIndexing": "false",
|
||||
@@ -251,45 +251,6 @@
|
||||
"SymbolsArtifactName": "Symbols_$(PB_ConfigurationGroup)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
"alwaysRun": false,
|
||||
"displayName": "Index symbols on http://symweb",
|
||||
"timeoutInMinutes": 0,
|
||||
"task": {
|
||||
"id": "af503aa3-9d06-44b6-a549-d063a544a5c5",
|
||||
"versionSpec": "1.*",
|
||||
"definitionType": "task"
|
||||
},
|
||||
"inputs": {
|
||||
"symbolStore": "\\\\cpvsbuild\\drops\\DotNetCore\\$(PB_SymbolsBuildIdRoot)$(System.DefinitionId)\\$(Build.BuildNumber)\\symbols",
|
||||
"contacts": "jhendrix;mawilkie",
|
||||
"project": "DDE"
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
"alwaysRun": false,
|
||||
"displayName": "Publish to Symbols to Artifact Services",
|
||||
"timeoutInMinutes": 0,
|
||||
"task": {
|
||||
"id": "29827cd1-5c33-4ff0-a817-abd46970ffc4",
|
||||
"versionSpec": "0.*",
|
||||
"definitionType": "task"
|
||||
},
|
||||
"inputs": {
|
||||
"symbolServiceURI": "https://devdiv.artifacts.visualstudio.com/DefaultCollection",
|
||||
"requestName": "$(system.teamProject)/$(Build.BuildNumber)/$(Build.BuildId)",
|
||||
"sourcePath": "$(Build.SourcesDirectory)\\corefx\\bin",
|
||||
"assemblyPath": "",
|
||||
"toLowerCase": "true",
|
||||
"detailedLog": "true",
|
||||
"expirationInDays": "",
|
||||
"usePat": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"continueOnError": false,
|
||||
@@ -350,6 +311,15 @@
|
||||
}
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"enabled": false,
|
||||
"definition": {
|
||||
"id": "5bc3cfb7-6b54-4a4b-b5d2-a3905949f8a6"
|
||||
},
|
||||
"inputs": {
|
||||
"additionalFields": "{}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"definition": {
|
||||
@@ -415,9 +385,6 @@
|
||||
"value": "HEAD",
|
||||
"allowOverride": true
|
||||
},
|
||||
"Build.Clean": {
|
||||
"value": "all"
|
||||
},
|
||||
"PB_VsoAccountName": {
|
||||
"value": "dn-bot"
|
||||
},
|
||||
@@ -448,9 +415,6 @@
|
||||
"PB_CleanAgent": {
|
||||
"value": "true"
|
||||
},
|
||||
"PB_SymbolsBuildIdRoot": {
|
||||
"value": "DotNet-CoreFx-"
|
||||
},
|
||||
"PB_SyncArguments": {
|
||||
"value": "-p -- /p:ArchGroup=x64 /p:RuntimeOS=win10",
|
||||
"allowOverride": true
|
||||
@@ -547,6 +511,6 @@
|
||||
"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": 418097568
|
||||
"revision": 418097607
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user