We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da6c37 commit 776c320Copy full SHA for 776c320
build/build.cs
@@ -4,7 +4,7 @@
4
var noPush = CommandLineParser.BooleanVal("noPush", args);
5
var branchName = EnvHelper.Val("BUILD_SOURCEBRANCHNAME", "local");
6
7
-var solutionPath = "./WeihanLi.Web.Extensions.sln";
+var solutionPath = "./WeihanLi.Web.Extensions.slnx";
8
string[] srcProjects = [
9
"./src/WeihanLi.Web.Extensions/WeihanLi.Web.Extensions.csproj"
10
];
0 commit comments