We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4c49e commit 80d68e7Copy full SHA for 80d68e7
1 file changed
.github/workflows/dotnet.yml
@@ -17,7 +17,7 @@ jobs:
17
submodules: 'true'
18
- uses: actions/setup-dotnet@v1
19
with:
20
- dotnet-version: '10.0.x' # SDK Version to use; x will use the latest version of the 3.1 channel
+ dotnet-version: '10.0.x'
21
- name: Start containers
22
run: docker compose -f "./docker-compose.yml" up -d --build
23
- name: Build
0 commit comments