Skip to content

Commit

Permalink
Change the nuget job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Dec 8, 2021
1 parent 7b33052 commit ca15b25
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,8 @@ on:
- '*'

jobs:
test-win:
runs-on: windows-latest

steps:
-
name: Checkout
uses: actions/checkout@v2.4.0
-
name: Setup .NET
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: '6.0'
-
name: Run tests on Windows for all targets
run: dotnet test -c Release

nuget:
runs-on: windows-latest
needs: [ test-win ] #,test-netcore-linux]
runs-on: ubuntu-latest

steps:
-
Expand Down

0 comments on commit ca15b25

Please sign in to comment.