diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8ce20d10e8..ec79f15682 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -13,12 +13,6 @@ "commands": [ "husky" ] - }, - "gitversion.tool": { - "version": "5.12.0", - "commands": [ - "dotnet-gitversion" - ] } } } \ No newline at end of file diff --git a/Build/Program.cs b/Build/Program.cs index 2d3cd32eec..a71bd15828 100644 --- a/Build/Program.cs +++ b/Build/Program.cs @@ -87,7 +87,7 @@ void RemoveDirectory(string d) Console.WriteLine($"Version: {version}"); Run( "msbuild", - $"{s} /p:Configuration=Release /p:IsDesktopBuild=false /p:NuGetRestorePackages=false /p:Version='{version}' -v:m" + $"{s} /p:Configuration=Release /p:IsDesktopBuild=false /p:NuGetRestorePackages=false /p:Version={version} /p:FileVersion={version} -v:m" ); } );