Nit: Title restore step with "restore"
This is more like how folks generally refer to it in .NET-land.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.301
|
dotnet-version: 3.1.301
|
||||||
- name: Install dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build --configuration Release --no-restore
|
||||||
|
|||||||
Reference in New Issue
Block a user