Skip to content

Commit

Permalink
Merge pull request dotnet#22 from aspnet/OutputPathIssue
Browse files Browse the repository at this point in the history
Adding additional logging for restore issue
  • Loading branch information
vijayrkn committed Oct 4, 2016
2 parents 5d38263 + fc94e4e commit 8b72bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@ECHO OFF
@ECHO ON

PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0dotnet-install.ps1' %*; exit $LASTEXITCODE"
SET PATH=%PATH%;%localappdata%\Microsoft\dotnet
dotnet restore3 src\Microsoft.DotNetCore.Publish.Tasks\Microsoft.DotNetCore.Publish.Tasks.csproj

tools\build.cmd
1 change: 1 addition & 0 deletions tools/Build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ call %~dp0\EnsurePublishEnv.cmd
copy \\aspnetci\share\tools\Microsoft.Web.MsBuildTasks2.dll %PublishTools% /y
copy \\aspnetci\share\tools\7za.exe %PublishTools% /y

dotnet msbuild %PublishRoot%\src\Microsoft.DotNetCore.Publish.Tasks\Microsoft.DotNetCore.Publish.Tasks.csproj /t:restore /v:d
msbuild %PublishRoot%\dirs.proj /p:configuration=Release /t:Build;Sign

0 comments on commit 8b72bf9

Please sign in to comment.