- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我创建了针对 .NET Framework 4.7.2 的 Service Fabric 项目。本地构建工作正常并且 Swagger 页面正在加载。
在 Azure DevOps 中构建失败,我不明白为什么。错误是-
BaseOutputPath/OutputPath property is not set for project 'Test.sfproj'.
Please check to make sure that you have specified a valid
combination of Configuration and Platform for this project.
Configuration='Release'
Platform='x64'.
You may be seeing this message because you are trying to build
a project without a solution file, and have specified a non-default
Configuration or Platform that doesn't exist for this project.
最佳答案
这个问题似乎有很多不同的可能原因。在我们的例子中,问题出在 .sfproj
文件:标签<SupportedMSBuildNuGetPackageVersion>1.7.9</SupportedMSBuildNuGetPackageVersion>
正在引用 Microsoft.VisualStudio.Azure.Fabric.MSBuild
的版本对于我们的 Service Fabric 版本来说太高了(落后于两个主要版本。一旦我们在该特定标记中降级到版本 1.7.6,它就起作用了。
关于.net - 未为项目 '.sfproj' 设置 BaseOutputPath/OutputPath 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75207349/
我正在尝试使用 Visual Studio 2017 打开我第一次从源代码下载的解决方案。我有一个错误: 这个版本的visual studio无法打开以下项目。可能未安装项目类型或......等等。
我创建了针对 .NET Framework 4.7.2 的 Service Fabric 项目。本地构建工作正常并且 Swagger 页面正在加载。 在 Azure DevOps 中构建失败,我不明白
我使用以下命令行: "C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" MyApp.sln /p:configuration="Release"
我在 Visual Studio 中遇到 *.sfproj 问题,因为 *.sfproj 文件不断被 check out 并不断显示源代码管理 (git) 中有更改。只有打开 *.sproj 作为解决
我是一名优秀的程序员,十分优秀!