mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user