We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2bf2e commit f540143Copy full SHA for f540143
.github/workflows/build-windows.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: actions/[email protected]
19
with:
20
dotnet-version: 8.0.403
21
+ - name: dotnet info
22
+ run: dotnet --info
23
- name: Download RavenDB Server
24
shell: pwsh
25
run: ./tools/download-ravendb-server.ps1
0 commit comments