Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Update aspnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Pajak committed Feb 24, 2020
1 parent 82c34dd commit eac3ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aspnetcore.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
dotnet-version: 3.1.100
- name: Restore
run: dotnet restore ./GrandNode.sln --configfile ./Nuget.config
run: dotnet restore ./GrandNode.sln --configfile ./NuGet.config
- name: Build with dotnet
run: dotnet build ./GrandNode.sln --configuration Release
- name: Start Docker for Mongodb
Expand Down

0 comments on commit eac3ddc

Please sign in to comment.