Skip to content

Commit

Permalink
Update and rename dotnet-ci.yml to dotnet-ci-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawncal authored Jun 29, 2023
1 parent 6a370e7 commit 16d52c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This workflow will build and run all unit tests.
#

name: dotnet-ci
name: dotnet-ci-windows

on:
workflow_dispatch:
Expand All @@ -19,7 +19,7 @@ jobs:
dotnet-build-and-test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [windows-latest]
configuration: [Release, Debug]
dotnet-version: ['6.0.x']
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 16d52c1

Please sign in to comment.