Skip to content

Commit

Permalink
verboseBuild (#138)
Browse files Browse the repository at this point in the history
* verboseBuild

* included hintpath

---------

Co-authored-by: Kubilay <khusmeno@khusmeno.com>
  • Loading branch information
khusmeno and Kubilay authored Mar 6, 2024
1 parent 4f43cf8 commit b6d6bd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SCSM.Support.Tools.mpb/Bundle/20.MSBuild_MPResource.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $VSProjects += "SCSM.Support.Tools.sln"
#$VSProjects += "SCSM.Support.Tools.HealthStatus.Presentation\SCSM.Support.Tools.HealthStatus.Presentation.csproj"

foreach($VSProject in $VSProjects) {
."C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe" "$folderName_MPResource\$VSProject" -t:clean,rebuild /p:Configuration=$Configuration
."C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe" "$folderName_MPResource\$VSProject" -t:clean,rebuild -verbosity:diagnostic /p:Configuration=$Configuration
}

# read-host " "
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
<Reference Include="System.DirectoryServices" />
<Reference Include="System.DirectoryServices.AccountManagement" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
Expand Down

0 comments on commit b6d6bd5

Please sign in to comment.