Skip to content

Commit

Permalink
Use -MinimumVersion, so we can use MSBuild 17 when it comes out.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-raymond committed Oct 17, 2019
1 parent 8803e74 commit 3f1f489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .build/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ task UpdateAssemblyInfo Init, {
task Compile UpdateAssemblyInfo, RestorePackages, {
Write-Info "Compiling solution $SolutionPath"

$MSBuildPath = Resolve-MSBuild 16.0
$MSBuildPath = Resolve-MSBuild -MinimumVersion 16.0
$Parameters = @(
$SolutionPath,
'/nodeReuse:False',
Expand Down
4 changes: 2 additions & 2 deletions .build/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GitSharp" version="0.3.0" />
<package id="Invoke-Build" version="5.5.2" />
<package id="Invoke-Build" version="5.5.5" />
<package id="RedGate.Build" version="4.1.132" />
</packages>
</packages>

0 comments on commit 3f1f489

Please sign in to comment.