Skip to content

Commit

Permalink
fix: Use specific relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Dec 2, 2024
1 parent da3f6d5 commit 4d803eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void RemoveDirectory(string d)
var version = Environment.GetEnvironmentVariable("GitVersion_FullSemVer") ?? "3.0.0-localBuild";
var fileVersion = Environment.GetEnvironmentVariable("GitVersion_AssemblySemFileVer") ?? "3.0.0.9999";
Console.WriteLine($"Version: {version} & {fileVersion}");
Run("msbuild", $"build/{s}/archicad-speckle.sln /p:Configuration=Release /p:Version={version} /p:FileVersion={fileVersion}");
Run("msbuild", $"./build/{s}/archicad-speckle.sln /p:Configuration=Release /p:Version={version} /p:FileVersion={fileVersion}");
}
);

Expand Down

0 comments on commit 4d803eb

Please sign in to comment.