This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
MQTTnet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update ci.yml
release/3.x.x
Christian
3 years ago
parent
bc4c86bebd
commit
180588c3a4
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
.github/workflows/ci.yml
+ 3
- 3
.github/workflows/ci.yml
View File
@@ -1,14 +1,14 @@
name:
dotnet package
name:
CI
on: [push]
jobs:
build:
runs-on:
ubuntu
-latest
runs-on:
windows
-latest
strategy:
matrix:
dotnet-version: ['
3.0', '3.1.x', '5.0.x', '
6.0.x'
]
dotnet-version: ['6.0.x']
steps:
- uses: actions/checkout@v2
Write
Preview
Loading…
Cancel
Save