From e5c2bddcfae4f01e93bdd20977c85759aa901907 Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Tue, 21 Nov 2023 10:45:56 -0500 Subject: [PATCH] fixup! fixup! build: migrate from appveyor --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ff03299..b0b7016c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,13 +20,10 @@ jobs: - uses: Brightspace/third-party-actions@actions/checkout - uses: Brightspace/third-party-actions@actions/setup-dotnet - - name: Build - run: dotnet build -c Release --framework net60 - - name: Unit tests - run: dotnet test -c Release --framework net60 --no-build test/D2L.Security.OAuth2.UnitTests/D2L.Security.OAuth2.UnitTests.csproj + run: dotnet test -c Release --framework net60 test/D2L.Security.OAuth2.UnitTests/D2L.Security.OAuth2.UnitTests.csproj - name: Integration tests - run: dotnet test -c Release --framework net60 --no-build test/D2L.Security.OAuth2.IntegrationTests/D2L.Security.OAuth2.IntegrationTests.csproj + run: dotnet test -c Release --framework net60 test/D2L.Security.OAuth2.IntegrationTests/D2L.Security.OAuth2.IntegrationTests.csproj windows: name: Build and test (Windows)