Skip to content

Commit

Permalink
Define build only Dijkstra
Browse files Browse the repository at this point in the history
  • Loading branch information
matiii committed Mar 10, 2020
1 parent c811729 commit 0b53cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
dotnet-version: 3.1.101
- name: Build with dotnet
run: cd src && dotnet build --configuration Release --framework netstandard1.3 --runtime linux-x64
run: cd src/Dijkstra.NET && dotnet build --configuration Release --framework netstandard1.3 --runtime linux-x64

0 comments on commit 0b53cb1

Please sign in to comment.