mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 23:50:19 +00:00
Updated usage example in README
This commit is contained in:
parent
d6cc9fbe4c
commit
aca1816f14
@ -36,7 +36,7 @@ steps:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-dotnet@v1
|
- uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-versions: |
|
dotnet-version: |
|
||||||
3.1.201
|
3.1.201
|
||||||
2.2.207
|
2.2.207
|
||||||
- run: dotnet build <my project>
|
- run: dotnet build <my project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user