Skip to content

Commit 6eab328

Browse files
committed
Fixed path in the build
1 parent f6739b1 commit 6eab328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/ApplicationBuildConfigs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public record ProjectPaths(
1919
public static ProjectPaths LoadFromContext(ICakeContext context, string buildConfiguration, string srcDirectory, string nugetVersion)
2020
{
2121
var projectName = "CodeUpdater";
22+
srcDirectory += $"/{projectName}";
2223
var pathToSln = srcDirectory + $"/{projectName}.sln";
2324
var projectDir = srcDirectory + $"/{projectName}";
2425
var csProjFile = projectDir + $"/{projectName}.csproj";

0 commit comments

Comments
 (0)