Use correct comment character

pull/21/head
Danny McCormick 6 years ago committed by GitHub
parent fe9489df58
commit e6a15e9035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save