File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 [string ]$MsBuildVerbosity = ' minimal'
1616)
1717
18- $msbuildCommandLine = " dotnet build `" $PSScriptRoot \src\ Nerdbank.GitVersioning.sln`" /m /verbosity:$MsBuildVerbosity /nologo /p:Platform=`" Any CPU`" /t:build,pack"
18+ $msbuildCommandLine = " dotnet build `" $PSScriptRoot \Nerdbank.GitVersioning.sln`" /m /verbosity:$MsBuildVerbosity /nologo /p:Platform=`" Any CPU`" /t:build,pack"
1919
2020if (Test-Path " C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" ) {
2121 $msbuildCommandLine += " /logger:`" C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll`" "
@@ -27,7 +27,7 @@ if ($Configuration) {
2727
2828Push-Location .
2929try {
30- if ($PSCmdlet.ShouldProcess (" $PSScriptRoot \src\ Nerdbank.GitVersioning.sln" , " msbuild" )) {
30+ if ($PSCmdlet.ShouldProcess (" $PSScriptRoot \Nerdbank.GitVersioning.sln" , " msbuild" )) {
3131 Invoke-Expression $msbuildCommandLine
3232 if ($LASTEXITCODE -ne 0 ) {
3333 throw " dotnet build failed"
You can’t perform that action at this time.
0 commit comments