Skip to content

Commit

Permalink
Add scripts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
VladBrok committed Sep 5, 2022
1 parent 8f9f9f6 commit 661ad6d
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion dev-build.sh

This file was deleted.

1 change: 1 addition & 0 deletions scripts/dev-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dotnet build src/navigatio --no-restore && source scripts/setup.sh src/navigatio/bin/debug/net6.0/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/Navigatio/Navigatio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<ItemGroup>
<None Include="../../settings.json" CopyToOutputDirectory="PreserveNewest" />
<None Include="../../nav.sh" CopyToOutputDirectory="PreserveNewest" />
<None Include="../../release-setup.sh" CopyToOutputDirectory="PreserveNewest" />
<None Include="../../setup.sh" CopyToOutputDirectory="PreserveNewest" />
<None Include="../../scripts/nav.sh" CopyToOutputDirectory="PreserveNewest" />
<None Include="../../scripts/release-setup.sh" CopyToOutputDirectory="PreserveNewest" />
<None Include="../../scripts/setup.sh" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

</Project>

0 comments on commit 661ad6d

Please sign in to comment.