Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge remote-tracking branch 'origin/release/2.1' #1800

Merged
merged 44 commits into from
Dec 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
bd786cf
Moving 'TestAssets' to 'src\Assets'
tannergooding Nov 2, 2017
25352f8
Moving 'test' to 'src\Tests'
tannergooding Nov 2, 2017
d09abd3
Updating .gitignore to only exclude paths we know should be ignored.
tannergooding Nov 2, 2017
04c8a12
Updating .gitattributes to be explicit about which extensions are tex…
tannergooding Nov 2, 2017
b0c8fb1
Moving/Renaming the remaining files which will be kept.
tannergooding Nov 2, 2017
de60090
Deleting the remaining files which will no longer be used.
tannergooding Nov 2, 2017
86182aa
Modifying existing non-project files to use repo toolset.
tannergooding Nov 2, 2017
5789e2f
Adding new files required to support repo-toolset
tannergooding Nov 2, 2017
92022e8
Updating project files to support repo toolset.
tannergooding Nov 2, 2017
54f8c25
Updating the test code files to support repo toolset.
tannergooding Nov 2, 2017
683ee98
Updating the test framework to drop empty Directory.Build props/targe…
tannergooding Nov 2, 2017
f839bd8
Some last cleanup to ensure all tests are passing.
tannergooding Nov 3, 2017
0f6e6e6
Running 'chmod +x' on the shell files
tannergooding Nov 3, 2017
f4772e0
Fixing a bad variable casing in build.sh
tannergooding Nov 3, 2017
6b60940
Responding to PR feedback.
tannergooding Nov 6, 2017
c980f50
Adding back the Publish.csproj file.
tannergooding Nov 7, 2017
2cf07cd
Adding the executable bit to ./build/cibuild.sh
tannergooding Nov 7, 2017
50b9aba
Updating ./build/build.sh to work on Mac
tannergooding Nov 7, 2017
176111a
Fixing a casing issue on Linux.
tannergooding Nov 7, 2017
ccfb2ca
Updating the Version.props values that got out of sync
tannergooding Nov 7, 2017
7251a39
Updating the netci.groovy to archive properly
tannergooding Nov 8, 2017
7391873
Removing some properties which aren't used anymore.
tannergooding Nov 8, 2017
e6e31dc
Updating TestAssetsManager to ensure the test directory name isn't ov…
tannergooding Nov 8, 2017
311f289
Updating SignToolData.json to work with the updated path.
tannergooding Nov 9, 2017
eb7a73c
Moving RepositoryUrl to be declared before PackageProjectUrl
tannergooding Nov 13, 2017
980ad85
Updating SignToolData.json to use globbing
tannergooding Nov 13, 2017
771d8a7
Updating RepoRoot to just be $(MSBuildThisFileDirectory)
tannergooding Nov 13, 2017
424e1d3
Moving repo-toolset to 1.0.0-alph54
tannergooding Nov 14, 2017
14869e1
Fixing a couple of minor test issues.
tannergooding Nov 14, 2017
8a642a3
Merge pull request #1702 from tannergooding/dev/release/2.0
tannergooding Nov 14, 2017
5c14fad
Making the 'RestoreSources' configurable: sdk (#1745)
johnbeisner Nov 20, 2017
4be4feb
Update feed tasks version
mmitche Nov 22, 2017
47e035b
Updating the SDK feeds (#1765)
johnbeisner Nov 27, 2017
1756a71
Merge pull request #1763 from dotnet/mmitche-patch-1
mmitche Nov 28, 2017
3d8c3dd
Fixing build.ps1 to capture toolset restore output.
tannergooding Nov 28, 2017
30d0a71
Updating to RepoToolset v1.0.0-beta-62328-01
tannergooding Nov 29, 2017
4bd6f24
Merge branch 'dev/release/2.0' into release/2.0.0
tannergooding Nov 29, 2017
6c39b44
Adding a -dogfood option.
tannergooding Nov 29, 2017
e3528ce
Merge pull request #1778 from dotnet/merges/release/2.0.0-to-release/…
nguerrera Nov 30, 2017
2f40a81
Merge pull request #1776 from tannergooding/release/2.0.0
nguerrera Nov 30, 2017
dc8be2e
Updating a test helper method to use GetFullPath (#1786)
tannergooding Dec 1, 2017
a7bb28c
Merge remote-tracking branch 'dotnet/release/2.0.0' into release/2.1.x
tannergooding Dec 5, 2017
d9c6fb4
Merge remote-tracking branch 'origin/release/2.1'
tannergooding Dec 6, 2017
ad8caa7
Disabling It_resolves_assembly_conflicts_with_a_NETFramework_library
tannergooding Dec 7, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
88 changes: 36 additions & 52 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,65 +1,49 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
# Set default behavior to:
# automatically normalize line endings on check-in
###############################################################################
* text=auto encoding=UTF-8
*.vb linguist-vendored
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
*.cs diff=csharp text
*.vb text
# Set file behavior to:
# treat as text
###############################################################################
*.cmd text
*.config text
*.cs text
*.csproj text
*.groovy text
*.json text
*.md text
*.proj text
*.projitems text
*.props text
*.ps1 text
*.resx text
*.shproj text
*.sln text
*.targets text
*.txt text
*.xlf text
*.xml text


###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
# Set file behavior to:
# treat as text
# normalize to Windows-style line endings on check-in
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
*.sln text eol=crlf

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
# Set file behavior to:
# treat as text
# normalize to Unix-style line endings on check-in
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
*.sh text eol=lf

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
# Set file behavior to:
# treat as binary
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
*.snk binary
200 changes: 10 additions & 190 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,191 +1,11 @@
# Build version number is generated for the tests, so they can succeed on both non-official builds and official builds.
# It's ignored, as it's autogenerated every build
TestAssets/buildVersion.txt

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates
###############################################################################
# Build Artifacts
###############################################################################
artifacts/
bin/
obj/

###############################################################################
# Visual Studio
###############################################################################
.vs/

# dotnet cli install directory
.dotnet_cli

# nuget install directory
.nuget

# Build results
[Bb]inaries/
[Dd]ebug/
[Rr]elease/
x64/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
UnitTestResults.html

# NuGet V3 artifacts
*-packages.config
*.nuget.props
*.nuget.targets
project.lock.json

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.wrn
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.binlog
*.scc

# Template Manifests generated as part of VSIX build
*.vstman

# Visual Studio cache files
*.sln.ide/

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
*.VC.opendb
*.VC.db

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml

# NuGet Packages Directory
packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf


#LightSwitch generated files
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml

# =========================
# Windows detritus
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac desktop service store files
.DS_Store

# Ignore Generated project json template file
project.json.template

# Ignore Generated project template files
Project.csproj
Project.vbproj

# VS Code
.vscode/

# VS for mac
*.userprefs
66 changes: 0 additions & 66 deletions Common.props

This file was deleted.

Loading