Update build.yaml
This commit is contained in:
parent
61d2a5a97f
commit
d0f8f1e579
|
@ -16,7 +16,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.x
|
dotnet-version: 6.0.x
|
||||||
- name: force dotnet version
|
- name: force dotnet version
|
||||||
run: echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json
|
run: |
|
||||||
|
echo '{"sdk":{"version": "${{ steps.dotnet.outputs.dotnet-version }}"}}' > ./global.json
|
||||||
- name: print
|
- name: print
|
||||||
run: dotnet --list-sdks && dotnet --info
|
run: dotnet --list-sdks && dotnet --info
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in New Issue