我试图部署一个天蓝色的服务。我已经有了包(使用cspack.exe创建)。
我只在文件夹中放入了两个文件:SomePackage.cspkg
和SomeServiceConfiguration.cscfg
从此文件夹运行以下命令时:
Publish-AzureServiceProject -Package .\SomePackage.cspkg -Configuration SomeServiceConfiguration.cscfg
我收到以下错误:
Publish-AzureServiceProject : Path for service configuration doesn't exist in C:\Users\ronyl\Desktop\dep\ServiceConfiguration.Cloud.cscfg.
请注意,我为cmdlet指定了另一个配置文件的路径。为什么要查找此特定配置文件?
我使用的是azure SDK的2.3版本