Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Apr 7, 2020
2 parents 1173169 + d527cf6 commit 0a05ec1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
- name: NuGet packages restore
run: nuget restore Platform.Delegates.sln
- name: Build
run: msbuild Platform.Delegates.sln /p:Configuration=Release /p:Platform=x64
run: msbuild Platform.Delegates.sln /p:Configuration=Test /p:Platform=x64
- name: Test
run: |
x64\Release\Platform.Delegates.Tests.Console.exe
x64\Release\Platform.Delegates.Tests.NuGet.Console.exe
run: x64\Test\Platform.Delegates.Tests.Console.exe

deploy:
needs: buildAndTest
Expand Down

0 comments on commit 0a05ec1

Please sign in to comment.