Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法在VSTS托管的VS2017代理上启动AzureStorageEmulator_Azure_Visual Studio 2017_Azure Devops_Build Agent - Fatal编程技术网

无法在VSTS托管的VS2017代理上启动AzureStorageEmulator

无法在VSTS托管的VS2017代理上启动AzureStorageEmulator,azure,visual-studio-2017,azure-devops,build-agent,Azure,Visual Studio 2017,Azure Devops,Build Agent,我们在VST上有.Net项目构建定义,它使用Azure Storage Emulator运行测试。我们希望在构建定义中使用托管代理 我看到了这个问题()和评论,我可以使用命令“C:\ProgramFiles(x86)\Microsoft SDK\Azure\Storage Emulator\AzureStorageEmulator.exe init/server(localdb)\MSSQLLocalDb”来初始化Azure Storage Emulator 但是,当我尝试使用命令“C:\Pro

我们在VST上有.Net项目构建定义,它使用Azure Storage Emulator运行测试。我们希望在构建定义中使用托管代理

我看到了这个问题()和评论,我可以使用命令“C:\ProgramFiles(x86)\Microsoft SDK\Azure\Storage Emulator\AzureStorageEmulator.exe init/server(localdb)\MSSQLLocalDb”来初始化Azure Storage Emulator

但是,当我尝试使用命令“C:\Program Files(x86)\Microsoft SDK\Azure\Storage Emulator\AzureStorageEmulator.exe start”启动Azure Storage Emulator时,它失败了,出现错误:无法启动Storage Emulator

有没有办法在VSTS托管的2017代理上启动Azure Storage Emulator


VSTS托管代理正在作为服务运行,您无法启动storage emulator(初始化正常)

相关线程:

更新:

根据测试,Azure Storage Emulator现在可以在托管的VS2017代理上启动。

现在可以启动了

见另一个答案:

这里有更多信息:

您指的是什么测试?@GGirard调用AzureStorageEmulator.exe在使用托管VS2017代理进行构建/发布期间启动。