Skip to content

Commit

Permalink
another way of going about it, then... should be fine in normal / non…
Browse files Browse the repository at this point in the history
… parallel build...
  • Loading branch information
m0sa committed Apr 25, 2018
1 parent c9dabfd commit a514e12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion BuildAndPack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(-not $GitCommitId)
}

$solutionDir = "$((Resolve-Path .).Path)\"
$defaultArgs = "/v:n", "/m", "/nologo",
$defaultArgs = "/v:n", "/nologo",
"/p:SolutionDir=$solutionDir",
"/p:PathMap=$solutionDir=https://raw.githubusercontent.com/StackExchange/StackExchange.Precompilation/$GitCommitId/",
"/p:Version=$version",
Expand Down
3 changes: 0 additions & 3 deletions StackExchange.Precompilation.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Module", "Test.Module\Test.Module.csproj", "{5FCAECC3-787B-473F-A372-783D0C235190}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.ConsoleApp", "Test.ConsoleApp\Test.ConsoleApp.csproj", "{BA716DA2-4E3C-4D9F-B9C2-78C0EAEF66D7}"
ProjectSection(ProjectDependencies) = postProject
{31DFCCCC-2F44-405E-A2D7-BB1AC718E7B9} = {31DFCCCC-2F44-405E-A2D7-BB1AC718E7B9}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.WebApp", "Test.WebApp\Test.WebApp.csproj", "{5B0105A4-256B-4A88-852C-6F5E9D185515}"
ProjectSection(ProjectDependencies) = postProject
Expand Down

0 comments on commit a514e12

Please sign in to comment.