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" - "**.cs"
- "**.vb" - "**.vb"
- "**.fs" - "**.fs"
- "**.cpp"
- "**.h"
- "**.xaml" - "**.xaml"
- "**.razor" - "**.razor"
- "**.cshtml" - "**.cshtml"
- "**.vbhtml" - "**.vbhtml"
- "**.*proj" - "**.csproj"
- "**.vbproj"
- "**.fsproj"
- "**global.json" - "**global.json"
- "**snippets.5000.json" - "**snippets.5000.json"
branches: [ master ] branches: [ master ]
env: env:
DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx-preview8' DOTNET_INSTALLER_CHANNEL: 'release/5.0.1xx'
DOTNET_DO_INSTALL: 'true' DOTNET_DO_INSTALL: 'true'
EnableNuGetPackageRestore: 'True' EnableNuGetPackageRestore: 'True'