Skip to content

Commit

Permalink
Bump build and release .NET5 to RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Oct 15, 2020
1 parent 1d13693 commit 7a090fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100-rc.1.20452.10
dotnet-version: 5.0.100-rc.2.20479.15
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.1.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100-rc.1.20452.10
dotnet-version: 5.0.100-rc.2.20479.15
- run: dotnet build -p:version=${GITHUB_REF#refs/*/v}
- run: dotnet nuget push ./bin/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} --skip-duplicate

0 comments on commit 7a090fb

Please sign in to comment.