Use correct comment character

This commit is contained in:
Danny McCormick 2019-08-16 10:21:55 -04:00 committed by GitHub
parent fe9489df58
commit e6a15e9035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
```