Use correct comment character
This commit is contained in:
parent
fe9489df58
commit
e6a15e9035
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ steps:
|
|||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '2.2.103' // SDK Version to use.
|
||||
dotnet-version: '2.2.103' # SDK Version to use.
|
||||
- run: dotnet build <my project>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue