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
@@ -119,7 +119,7 @@
|
||||
},
|
||||
"inputs": {
|
||||
"filename": "$(Agent.BuildDirectory)/s/corefx/build.sh",
|
||||
"arguments": "$(PB_BuildArguments)",
|
||||
"arguments": "-OfficialBuildId=$(OfficialBuildId) $(PB_BuildArguments)",
|
||||
"workingFolder": "$(Agent.BuildDirectory)/s/corefx/",
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
@@ -173,7 +173,7 @@
|
||||
},
|
||||
"inputs": {
|
||||
"filename": "$(Agent.BuildDirectory)/s/corefx/publish-packages.sh",
|
||||
"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": "$(Agent.BuildDirectory)/s/corefx/",
|
||||
"failOnStandardError": "false"
|
||||
}
|
||||
@@ -270,9 +270,6 @@
|
||||
"PB_VsoCorefxGitUrl": {
|
||||
"value": "https://github.com/dotnet/corefx"
|
||||
},
|
||||
"Build.Clean": {
|
||||
"value": "all"
|
||||
},
|
||||
"PB_BuildArguments": {
|
||||
"value": "-buildArch=x64 -Release",
|
||||
"allowOverride": true
|
||||
|
||||
Reference in New Issue
Block a user