Skip to content

Commit

Permalink
DUI3 with locked mode and msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed May 21, 2024
1 parent 08c9585 commit 4bae07d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 470 deletions.
2 changes: 1 addition & 1 deletion Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void RemoveDirectory(string d)
Console.WriteLine($"Version: {version} & {fileVersion}");
Run(
"msbuild",
$"{s} /p:Configuration=Release /p:IsDesktopBuild=false /p:NuGetRestorePackages=false /p:Version={version} /p:FileVersion={fileVersion} -v:m"
$"{s} /p:Configuration=Release /p:RestoreLockedMode=true /p:IsDesktopBuild=false /p:NuGetRestorePackages=false /p:Version={version} /p:FileVersion={fileVersion} -v:m"
);
}
);
Expand Down
Loading

0 comments on commit 4bae07d

Please sign in to comment.