We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b0226 commit a7acb7bCopy full SHA for a7acb7b
.github/.travis.yml
@@ -0,0 +1,6 @@
1
+language: csharp
2
+solution: DwFramework.sln
3
+dotnet: 5.0.*
4
+script:
5
+ - dotnet restore
6
+ - dotnet build --no-restore
.github/workflows/TestOnUbuntu.yml
@@ -13,6 +13,7 @@ on:
13
- ".gitignore"
14
- "LICENSE"
15
- "*.md"
16
+ - "*.yml"
17
18
jobs:
19
build:
0 commit comments