Skip to content

Commit

Permalink
INFRA: Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit committed Mar 15, 2024
1 parent 5b51d8e commit d57f262
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void GenerateBuildScript()
}
};

string buildScriptPath = "../../../../.github/workflows/dotnet.yml";
string buildScriptPath = "../../../../.github/workflows/build.yml";
string directoryPath = Path.GetDirectoryName(buildScriptPath);

if (!Directory.Exists(directoryPath))
Expand Down

0 comments on commit d57f262

Please sign in to comment.