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
@@ -741,7 +741,7 @@
|
||||
"value": "microsoft/dotnet-buildtools-prereqs"
|
||||
},
|
||||
"DockerTag": {
|
||||
"value": "debian-8.2-corert-395a49e-20170403100424"
|
||||
"value": "ubuntu-14.04-198573d-20170319080304"
|
||||
},
|
||||
"DockerCopyDest": {
|
||||
"value": "$(Build.BinariesDirectory)/docker_$(SourceFolder)"
|
||||
@@ -807,7 +807,7 @@
|
||||
"fetchDepth": "0",
|
||||
"gitLfsSupport": "false",
|
||||
"skipSyncSource": "false",
|
||||
"cleanOptions": "0"
|
||||
"cleanOptions": "3"
|
||||
},
|
||||
"id": "0a2b2664-c1be-429c-9b40-8a24dee27a4a",
|
||||
"type": "TfsGit",
|
||||
@@ -840,4 +840,4 @@
|
||||
"state": "wellFormed",
|
||||
"revision": 418097423
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -340,7 +340,7 @@
|
||||
"fetchDepth": "0",
|
||||
"gitLfsSupport": "false",
|
||||
"skipSyncSource": "false",
|
||||
"cleanOptions": "0"
|
||||
"cleanOptions": "3"
|
||||
},
|
||||
"id": "0a2b2664-c1be-429c-9b40-8a24dee27a4a",
|
||||
"type": "TfsGit",
|
||||
@@ -353,12 +353,12 @@
|
||||
"quality": "definition",
|
||||
"defaultBranch": "refs/heads/master",
|
||||
"queue": {
|
||||
"id": 330,
|
||||
"name": "DotNetCore-Build",
|
||||
"pool": {
|
||||
"id": 39,
|
||||
"name": "DotNet-Build"
|
||||
},
|
||||
"id": 36,
|
||||
"name": "DotNet-Build"
|
||||
"id": 97,
|
||||
"name": "DotNetCore-Build"
|
||||
}
|
||||
},
|
||||
"path": "\\",
|
||||
"type": "build",
|
||||
@@ -373,4 +373,4 @@
|
||||
"state": "wellFormed",
|
||||
"revision": 418097423
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -94,7 +94,7 @@
|
||||
"scriptType": "inlineScript",
|
||||
"scriptName": "",
|
||||
"arguments": "",
|
||||
"inlineScript": "if ($env:Configuration -ne \"Release\") { exit }\n\n& $env:Build_SourcesDirectory\\scripts\\DotNet-Trusted-Publish\\Embed-Index.ps1 `\n $env:Pipeline_SourcesDirectory\\packages\\AzureTransfer\\Windows_NT.x64.$env:Configuration\\Microsoft.TargetingPack.Private.CoreRT\\$env:AzureContainerSymbolPackageGlob `\n $env:Build_StagingDirectory\\IndexedSymbolPackages",
|
||||
"inlineScript": "if ($env:Configuration -ne \"Release\") { exit }\n\n& $env:Build_SourcesDirectory\\scripts\\DotNet-Trusted-Publish\\Embed-Index.ps1 `\n $env:Pipeline_SourcesDirectory\\packages\\AzureTransfer\\$env:Configuration\\$env:AzureContainerSymbolPackageGlob `\n $env:Build_StagingDirectory\\IndexedSymbolPackages",
|
||||
"workingFolder": "",
|
||||
"failOnStandardError": "true"
|
||||
}
|
||||
@@ -152,7 +152,7 @@
|
||||
"scriptType": "inlineScript",
|
||||
"scriptName": "",
|
||||
"arguments": "$(MyGetApiKey)",
|
||||
"inlineScript": "param($ApiKey)\nif ($env:Configuration -ne \"Release\") { exit }\n& $env:CustomNuGetPath push $env:Pipeline_SourcesDirectory\\packages\\AzureTransfer\\Windows_NT.x64.$env:Configuration\\Microsoft.TargetingPack.Private.CoreRT\\$env:AzureContainerPackageGlob $ApiKey -Source $env:MyGetFeedUrl -Timeout 3600",
|
||||
"inlineScript": "param($ApiKey)\nif ($env:Configuration -ne \"Release\") { exit }\n& $env:CustomNuGetPath push $env:Pipeline_SourcesDirectory\\packages\\AzureTransfer\\$env:Configuration\\$env:AzureContainerPackageGlob $ApiKey -Source $env:MyGetFeedUrl -Timeout 3600",
|
||||
"workingFolder": "",
|
||||
"failOnStandardError": "true"
|
||||
}
|
||||
@@ -192,7 +192,7 @@
|
||||
"scriptType": "inlineScript",
|
||||
"scriptName": "",
|
||||
"arguments": "-gitHubAuthToken $(UpdatePublishedVersions.AuthToken) -root $(Pipeline.SourcesDirectory)",
|
||||
"inlineScript": "param($gitHubAuthToken, $root)\nif ($env:Configuration -ne \"Release\") { exit }\ncd $root\n. $root\\buildscripts\\UpdatePublishedVersions.ps1 `\n -gitHubUser dotnet-build-bot -gitHubEmail dotnet-build-bot@microsoft.com `\n -gitHubAuthToken $gitHubAuthToken `\n -versionsRepoOwner $env:VersionsRepoOwner -versionsRepo $env:VersionsRepo `\n -versionsRepoPath build-info/dotnet/$env:GitHubRepositoryName/$env:SourceBranch `\n -nupkgPath $root\\packages\\AzureTransfer\\Windows_NT.x64.$env:Configuration\\Microsoft.TargetingPack.Private.CoreRT\\$env:AzureContainerPackageGlob",
|
||||
"inlineScript": "param($gitHubAuthToken, $root)\nif ($env:Configuration -ne \"Release\") { exit }\ncd $root\n. $root\\buildscripts\\UpdatePublishedVersions.ps1 `\n -gitHubUser dotnet-build-bot -gitHubEmail dotnet-build-bot@microsoft.com `\n -gitHubAuthToken $gitHubAuthToken `\n -versionsRepoOwner $env:VersionsRepoOwner -versionsRepo $env:VersionsRepo `\n -versionsRepoPath build-info/dotnet/$env:GitHubRepositoryName/$env:SourceBranch `\n -nupkgPath $root\\packages\\AzureTransfer\\$env:Configuration\\$env:AzureContainerPackageGlob",
|
||||
"workingFolder": "",
|
||||
"failOnStandardError": "true"
|
||||
}
|
||||
|
@@ -176,7 +176,7 @@
|
||||
"inputs": {
|
||||
"SymbolsPath": "\\\\cpvsbuild\\drops\\DotNetCore\\$(Build.DefinitionName)\\$(Build.BuildNumber)\\symbols",
|
||||
"SearchPattern": "**\\*.pdb",
|
||||
"SymbolsFolder": "$(Build.SourcesDirectory)\\$(SourceFolder)\\bin\\Product",
|
||||
"SymbolsFolder": "$(Build.SourcesDirectory)\\$(SourceFolder)\\bin\\Windows_NT.$(Platform).$(Configuration)",
|
||||
"SkipIndexing": "false",
|
||||
"TreatNotIndexedAsWarning": "false",
|
||||
"SymbolsMaximumWaitTime": "",
|
||||
@@ -198,7 +198,7 @@
|
||||
},
|
||||
"inputs": {
|
||||
"symbolStore": "\\\\cpvsbuild\\drops\\DotNetCore\\$(Build.DefinitionName)\\$(Build.BuildNumber)\\symbols",
|
||||
"contacts": "crummel;sedarg",
|
||||
"contacts": "crummel;simonn;michals",
|
||||
"project": "DDE"
|
||||
}
|
||||
},
|
||||
@@ -477,7 +477,7 @@
|
||||
"fetchDepth": "0",
|
||||
"gitLfsSupport": "false",
|
||||
"skipSyncSource": "false",
|
||||
"cleanOptions": "0"
|
||||
"cleanOptions": "3"
|
||||
},
|
||||
"id": "0a2b2664-c1be-429c-9b40-8a24dee27a4a",
|
||||
"type": "TfsGit",
|
||||
@@ -491,11 +491,11 @@
|
||||
"defaultBranch": "refs/heads/master",
|
||||
"queue": {
|
||||
"pool": {
|
||||
"id": 39,
|
||||
"name": "DotNet-Build"
|
||||
"id": 97,
|
||||
"name": "DotNetCore-Build"
|
||||
},
|
||||
"id": 36,
|
||||
"name": "DotNet-Build"
|
||||
"id": 330,
|
||||
"name": "DotNetCore-Build"
|
||||
},
|
||||
"path": "\\",
|
||||
"type": "build",
|
||||
@@ -510,4 +510,4 @@
|
||||
"state": "wellFormed",
|
||||
"revision": 418097423
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user