From 6904f6b8b1d7503fbe476a3e183c11352004aa06 Mon Sep 17 00:00:00 2001
From: Bill Wagner
Date: Fri, 10 Jan 2020 13:30:40 -0500
Subject: [PATCH 1/5] Add samples browser metadata
This change will add these samples into the docs.microsoft.com samples browser.
Fixes dotnet/samples#1827
---
101-linq-samples/readme.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/101-linq-samples/readme.md b/101-linq-samples/readme.md
index dfc776d..ee89586 100644
--- a/101-linq-samples/readme.md
+++ b/101-linq-samples/readme.md
@@ -1,3 +1,13 @@
+---
+name: "101 LINQ samples"
+description: "Explore LINQ queries using the try.net interactive experience."
+page_type: sample
+languages:
+ - csharp
+products:
+ - dotnet-core
+---
+
# 101 LINQ Samples

@@ -5,7 +15,7 @@
-Learn how to use LINQ in your applications with these code samples, covering the entire range of LINQ functionality, demonstrating LINQ with objects. Once you've learned LINQ using object sequences, you can use LINQ with any supported data source.
+Learn how to use LINQ in your applications with these code samples, covering the entire range of LINQ functionality, demonstrating LINQ with objects. Once you've learned LINQ using object sequences, you can use LINQ with any supported data source. These samples leverage the interactive try.net experience in your environment.
## Exploring LINQ using this tutorial
From 08d106d421b0dd32f3b427b5d879be269b9c11c1 Mon Sep 17 00:00:00 2001
From: Bill Wagner
Date: Fri, 10 Jan 2020 14:25:25 -0500
Subject: [PATCH 2/5] update SDK version for builds
---
azure-pipelines.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 04279db..b23ff57 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -16,7 +16,7 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
- version: 3.0.100-preview6-012264
+ version: 3.0.1
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
From 9485f320007b2eecfe0d40a00ef96ba51a64cd2a Mon Sep 17 00:00:00 2001
From: Bill Wagner
Date: Fri, 10 Jan 2020 14:32:06 -0500
Subject: [PATCH 3/5] bad version number
---
azure-pipelines.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b23ff57..66bdbe2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -16,7 +16,7 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
- version: 3.0.1
+ version: 3.1
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
From 2a1155d212ad345437a44727ac74d9d8fadb2d78 Mon Sep 17 00:00:00 2001
From: Bill Wagner
Date: Fri, 10 Jan 2020 14:35:11 -0500
Subject: [PATCH 4/5] must specify patch version
---
azure-pipelines.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 66bdbe2..b1a184a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -16,7 +16,7 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
- version: 3.1
+ version: 3.1.0
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
From f3dbf93bac9bd7025617f84bb76955c02fed1853 Mon Sep 17 00:00:00 2001
From: Bill Wagner
Date: Fri, 10 Jan 2020 14:41:57 -0500
Subject: [PATCH 5/5] one more try
---
azure-pipelines.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index b1a184a..380dcb9 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -16,7 +16,7 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
- version: 3.1.0
+ version: 3.1.x
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'