Skip to content

Commit

Permalink
[ci] fix .NET build with a global.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 16, 2023
1 parent 8fee675 commit b341135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
cache-key: false
os: windows
run: |
echo '{"sdk": {"version": "6.0.0", "rollForward": "latestMinor"}}' > global.json
bazel build //dotnet:all
integration-tests:
Expand All @@ -24,4 +25,5 @@ jobs:
java-version: 17
os: windows
run: |
echo '{"sdk": {"version": "6.0.0", "rollForward": "latestMinor"}}' > global.json
bazel test //dotnet/test/common:ElementFindingTest-firefox //dotnet/test/common:ElementFindingTest-chrome
1 change: 1 addition & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// File to be updated by CI

0 comments on commit b341135

Please sign in to comment.