Skip to content

Commit

Permalink
.NET SDK 5.0.101 (#7918)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Dec 18, 2020
1 parent 8bd6546 commit 6215ead
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/assets_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ jobs:
git status
echo "Please make sure to build them properly before pushing"
exit -1
10 changes: 5 additions & 5 deletions .github/workflows/functional_all_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET Core 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.101
- name: Functional Tests
run: |
cd test/Functional
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup .NET Core 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.101
- name: Functional Tests
run: |
cd test/Functional
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Setup .NET Core 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.101
- name: Functional Tests
run: |
cd test/Functional
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Setup .NET Core 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.101
- name: Functional Tests
run: |
cd test/Functional
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Setup .NET Core 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.101
- name: Functional Tests
run: |
cd test/Functional
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_unit_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.101
- name: Build and test
run: |
dotnet build --configuration Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup .NET Core 5.0 on ${{ matrix.os }}
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.101
- name: Build
run: |
dotnet build --configuration Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup .NET Core 5.0 on ${{ matrix.os }}
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 5.0.101
- name: Set build number
if: matrix.os == 'ubuntu-latest'
run: echo "BuildNumber=$(( $GITHUB_RUN_NUMBER + 15471 ))" >> $GITHUB_ENV
Expand Down

0 comments on commit 6215ead

Please sign in to comment.