Snippets config: Remove CPP triggers; Update to .NET 5 RC 1 (#44)

* Update build-validation.yml

* Update build-validation.yml

* Update build-validation.yml
This commit is contained in:
Andy De George
2020-09-15 11:15:26 -07:00
committed by GitHub
parent ae45d8f130
commit 611817b5e4
+4 -4
View File
@@ -9,19 +9,19 @@ on:
- "**.cs"
- "**.vb"
- "**.fs"
- "**.cpp"
- "**.h"
- "**.xaml"
- "**.razor"
- "**.cshtml"
- "**.vbhtml"
- "**.*proj"
- "**.csproj"
- "**.vbproj"
- "**.fsproj"
- "**global.json"
- "**snippets.5000.json"
branches: [ master ]
env:
DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx-preview8'
DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx'
DOTNET_DO_INSTALL: 'true'
EnableNuGetPackageRestore: 'True'