Skip to content

Commit

Permalink
Switch from msbuild to dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed Jun 1, 2024
1 parent 71cb85c commit a4fcd43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ if ($build)
{
foreach ($configuration in $configurations)
{
# Restore NuGet packages first
msbuild "$repoPath\Remoting.sln" /p:Configuration=$configuration /t:Restore /v:$msBuildVerbosity
msbuild "$repoPath\Remoting.sln" /p:Configuration=$configuration /v:$msBuildVerbosity
dotnet build "$repoPath\Remoting.sln" /p:Configuration=$configuration /v:$msBuildVerbosity
}
}

Expand Down

0 comments on commit a4fcd43

Please sign in to comment.