Skip to content

Commit aa1844d

Browse files
Use global.json more consistently
1 parent e2b7638 commit aa1844d

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/build-containers.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
uses: actions/[email protected]
4040
with:
4141
global-json-file: global.json
42-
dotnet-version: 8.0.x
4342
- name: Run MinVer
4443
uses: Particular/[email protected]
4544
- name: Validate build version

.github/workflows/build-db-container.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/[email protected]
2424
with:
2525
global-json-file: global.json
26-
dotnet-version: 8.0.x
2726
- name: Run MinVer
2827
uses: Particular/[email protected]
2928
- name: Validate build version

.github/workflows/build-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/[email protected]
2020
with:
2121
global-json-file: global.json
22-
dotnet-version: 8.0.x
2322
- name: Download RavenDB Server
2423
run: ./tools/download-ravendb-server.ps1
2524
- name: Build

.github/workflows/container-integration-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
uses: actions/[email protected]
5858
with:
5959
global-json-file: global.json
60-
dotnet-version: 8.0.x
6160
- name: Run MinVer
6261
uses: Particular/[email protected]
6362
- name: Log in to GitHub container registry

0 commit comments

Comments
 (0)