使用TFS 2015 Update 3 - 发布管理器。我有完全相同的QA和Live设置,两者都工作得很好。我尝试从同一个源版本创建一个新版本,同样的错误。我能够通过Azure门户上传cscfg和cspkg而不会出现问题。有什么想法吗?
2016-10-18T21:53:06.3839794Z Get-AzureDeployment -ServiceName BeethovenUAT -Slot Staging -ErrorAction SilentlyContinue -ErrorVariable azureDeploymentError
2016-10-18T21:53:08.6183599Z Set-AzureDeployment -Upgrade -ServiceName BeethovenUAT -Package \\storage\tfs builds\8517\UAT\BeethovenMicrosoftAzureCloudService.cspkg -Configuration \\storage\tfs builds\8517\UAT\BeethovenMicrosoftAzureCloudService.cspkg -Slot Staging -Label 8517 10/18/2016 22:53:06 -ExtensionConfiguration <extensions>
2016-10-18T21:56:37.1813672Z ##[error]Request Entity Too Large
答案 0 :(得分:1)
所以有人终于注意到了我的问题而且让我大吃一惊,包括我在内的任何人都看不到这一点。
2016-10-18T21:53:08.6183599Z Set-AzureDeployment -Upgrade -ServiceName BeethovenUAT -Package \ storage \ tfs builds \ 8517 \ UAT \ BeethovenMicrosoftAzureCloudService.cspkg -Configuration \ storage \ tfs builds \ 8517 \ UAT \ BeethovenMicrosoftAzureCloudService.cspkg -Slot Staging -Label 8517 10/18/2016 22:53:06 -ExtensionConfiguration
实际应该是
2016-10-18T21:53:08.6183599Z Set-AzureDeployment -Upgrade -ServiceName BeethovenUAT -Package \ storage \ tfs builds \ 8517 \ UAT \ BeethovenMicrosoftAzureCloudService.cspkg -Configuration \ storage \ tfs builds \ 8517 \ UAT \ BeethovenMicrosoftAzureCloudService.cscfg -Slot Staging -Label 8517 10/18/2016 22:53:06 -ExtensionConfiguration