浏览代码

Update ci.yml

release/3.x.x
Christian 3 年前
父节点
当前提交
bc4c86bebd
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      .github/workflows/ci.yml

+ 3
- 3
.github/workflows/ci.yml 查看文件

@@ -17,8 +17,8 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: dotnet restore
run: dotnet restore MQTTnet.sln
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release --no-restore MQTTnet.sln
- name: Test
run: dotnet test --no-restore --verbosity normal
run: dotnet test --no-restore --verbosity normal MQTTnet.sln

正在加载...
取消
保存