summaryrefslogtreecommitdiff
path: root/src/.nuget/dir.traversal.targets
AgeCommit message (Collapse)AuthorFilesLines
2018-05-01Switch source build property to DotNetBuildFromSourceWes Haggard1-5/+5
Detect source-build via DotNetBuildFromSource instead of DotNetBuildOffline which is set for the tarball build.
2018-03-29Fix identity package filteringWes Haggard1-6/+13
We only want to filter out identity package builds on official builds that aren't windows x64, to avoid building and publishing them more then once in an official build. We also need to account for source-build which sets the OfficialBuildId property to replicate the official builds, so we also look at the DotNetBuildOffline property to determine that we should still build the identity package.
2017-10-11Only produce identity packages on Windowswtgodbe1-1/+10
2017-02-15Rename dir.targets -> dir.traversal.targetsChristopher Costa1-0/+19