Skip to content

Commit

Permalink
更新 build.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi authored Jan 3, 2024
1 parent c125795 commit 3d94601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var apiKey = Argument("apiKey", "");
var stable = ArgumentBool("stable", false);
var noPush = ArgumentBool("noPush", false);
var branchName = EnvironmentVariable("BUILD_SOURCEBRANCHNAME") ?? "local";
var branchName = Enviroment.GetEnvironmentVariable("BUILD_SOURCEBRANCHNAME") ?? "local";

var solutionPath = "./dotnet-httpie.sln";
string[] srcProjects = ["./src/HTTPie/HTTPie.csproj"];
Expand Down

0 comments on commit 3d94601

Please sign in to comment.