且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Azure的持续部署错误无法加载文件或程序Microsoft.WindowsAzure.Packaging

更新时间:2023-02-09 08:32:50

我对Visual Studio中在线的主机生成控制器今天发生同样的错误。我假设你正在使用您的Azure和放大器的通话同样的事情;持续集成。

I had the same error occurring today on Visual Studio Online's Host Build Controller. I assume you are using the same thing by your talk of Azure & Continuous Integration.

我注意到,他们刚刚发布的Azure SDK 2.6支持构建控制器上的最后一天左右。我觉得这可能在某种程度上导致了该问题。

I noticed that they just released Azure SDK 2.6 support on the build controller in the last day or so. I feel that this may have somehow caused the problem.

我更新了我的云项目中使用2.6,检查了,一切都还顺利试。有些ccproj细节:

I updated my cloud project to use 2.6, checked in, and everything was fine again. Some ccproj details:

<PropertyGroup>
    <VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
    <CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\2.6\</CloudExtensionsDir>
  </PropertyGroup>