Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jul 14, 2020
1 parent d05facd commit eb2d0e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -6,8 +6,10 @@ on:
tags:
- '*.*.*'
pull_request:

env:
DOTNET_NOLOGO: true

jobs:
build:
strategy:
Expand All @@ -17,7 +19,7 @@ jobs:
name: ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819
- run: dotnet --info

- if: contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')
Expand All @@ -29,4 +31,4 @@ jobs:
SignClientSecret: ${{ secrets.SIGNCLIENT }}
run: |
./build.cmd sign
dotnet nuget push .\artifacts\*.nupkg -s https://www.myget.org/F/identity/api/v2/package -k ${{ secrets.MYGET }}
dotnet nuget push .\artifacts\*.nupkg -s https://www.myget.org/F/identity/api/v2/package -k ${{ secrets.MYGET }}

0 comments on commit eb2d0e7

Please sign in to comment.